1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-17 16:43:22 +00:00

Create 8088.qip

This commit is contained in:
Marcel 2021-02-07 12:10:05 +01:00
parent bc68a4b293
commit b4e4695e80

5
common/CPU/8088/8088.qip Normal file
View File

@ -0,0 +1,5 @@
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "biu_max.v"]
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "biu_min.v"]
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "eu_rom.v"]
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "i8088.v"]
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "mcl86_eu_core.v"]