forked from Firebee/FPGA_Config
6 lines
381 B
Plaintext
6 lines
381 B
Plaintext
set_global_assignment -name IP_TOOL_NAME "LPM_SHIFTREG"
|
|
set_global_assignment -name IP_TOOL_VERSION "9.1"
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "shiftreg_dpz.vhd"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "shiftreg_dpz.bsf"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "shiftreg_dpz.inc"]
|