forked from Firebee/FPGA_Config
7 lines
446 B
Plaintext
7 lines
446 B
Plaintext
set_global_assignment -name IP_TOOL_NAME "LPM_FF"
|
|
set_global_assignment -name IP_TOOL_VERSION "8.1"
|
|
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "lpm_ff4.vhd"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_ff4.bsf"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_ff4.inc"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_ff4.cmp"]
|