1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-03-26 01:55:55 +00:00

Create fx68k.qip

This commit is contained in:
Gehstock
2020-01-03 17:47:47 +01:00
parent 0263f18e93
commit 8d648496b9

View File

@@ -0,0 +1,4 @@
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) fx68k.vhd ]
set_global_assignment -name SYSTEMVERILOG_FILE [file join $::quartus(qip_path) fx68k.sv ]
set_global_assignment -name SYSTEMVERILOG_FILE [file join $::quartus(qip_path) fx68kAlu.sv ]
set_global_assignment -name SYSTEMVERILOG_FILE [file join $::quartus(qip_path) uaddrPla.sv ]