You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
514 B
Plaintext
8 lines
514 B
Plaintext
7 months ago
|
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
|
||
|
set_global_assignment -name IP_TOOL_VERSION "18.1"
|
||
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll_ip.v"]
|
||
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_ip_inst.v"]
|
||
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_ip_bb.v"]
|
||
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_ip.ppf"]
|