1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-03-09 12:05:55 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/65C02/r65c02.qip
2022-06-20 17:28:35 +02:00

7 lines
595 B
Plaintext

set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) core.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) fsm_execution_unit.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) fsm_intnmi.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) r65c02_tc.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) reg_pc.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) reg_sp.vhd]
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) regbank_axy.vhd]