11 lines
930 B
Plaintext
11 lines
930 B
Plaintext
set_global_assignment -name IP_TOOL_NAME "Sharp MZ Video Controller"
|
|
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) VideoController/VideoController.vhd]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) VideoController/VideoController_pkg.vhd]
|
|
set_global_assignment -name SDC_FILE [file join $::quartus(qip_path) VideoController/VideoController_constraints.sdc]
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) devices/sysbus/RAM/dpram.vhd]
|
|
set_global_assignment -name QIP_FILE [file join $::quartus(qip_path) PLL/Video_Clock.qip]
|
|
set_global_assignment -name QIP_FILE [file join $::quartus(qip_path) PLL/Video_Clock_II.qip]
|
|
set_global_assignment -name QIP_FILE [file join $::quartus(qip_path) PLL/Video_Clock_III.qip]
|