mirror of
https://github.com/MiSTer-devel/Gameboy_MiSTer.git
synced 2026-04-19 03:04:09 +00:00
7 lines
500 B
Plaintext
7 lines
500 B
Plaintext
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) GBse.vhd ]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) T80_Reg.vhd ]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) T80_MCode.vhd ]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) T80_ALU.vhd ]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) T80.vhd ]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) T80_Pack.vhd ]
|