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