mirror of
https://github.com/marqs85/ossc.git
synced 2024-11-10 06:06:32 +00:00
9d496383c3
* replace all clock muxes with a single cycloneive_clkctrl to minimize skew * use a single dynamically configured PLL to comply with cycloneive_clkctrl
8 lines
514 B
Plaintext
8 lines
514 B
Plaintext
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
|
|
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll_2x.v"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_2x_inst.v"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_2x_bb.v"]
|
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_2x.ppf"]
|