blob: b3dfeb4a508ea2fbc2e9bc7e36433f35a21d628c (
plain)
1
2
3
4
5
6
7
8
|
set_global_assignment -name IP_TOOL_NAME "ALTDDIO_BIDIR"
set_global_assignment -name IP_TOOL_VERSION "25.1"
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone 10 LP}"
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "ddrio.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "ddrio.bsf"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "ddrio_inst.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "ddrio_bb.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "ddrio.ppf"]
|