mirror of
https://github.com/marqs85/ossc
synced 2025-04-09 22:56:34 +03:00

* add patch file to enforce LE use on small memory blocks * utilize M9K freed from epcq_controller for restoring profile export function
7 lines
447 B
Plaintext
7 lines
447 B
Plaintext
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
|
set_global_assignment -name IP_TOOL_VERSION "23.1"
|
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "char_array.v"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_array_inst.v"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_array_bb.v"]
|