-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLL.qip
13 lines (11 loc) · 950 Bytes
/
PLL.qip
1
2
3
4
5
6
7
8
9
10
11
12
13
set_global_assignment -entity "PLL" -library "PLL" -name IP_TOOL_NAME "altera_pll"
set_global_assignment -entity "PLL" -library "PLL" -name IP_TOOL_VERSION "13.1"
set_global_assignment -entity "PLL" -library "PLL" -name IP_TOOL_ENV "mwpim"
set_global_assignment -library "PLL" -name MISC_FILE [file join $::quartus(qip_path) "PLL.cmp"]
set_global_assignment -name SYNTHESIS_ONLY_QIP ON
set_global_assignment -library "PLL" -name VERILOG_FILE [file join $::quartus(qip_path) "PLL.v"]
set_global_assignment -library "PLL" -name VERILOG_FILE [file join $::quartus(qip_path) "PLL/PLL_0002.v"]
set_global_assignment -library "PLL" -name QIP_FILE [file join $::quartus(qip_path) "PLL/PLL_0002.qip"]
set_global_assignment -entity "PLL_0002" -library "PLL" -name IP_TOOL_NAME "altera_pll"
set_global_assignment -entity "PLL_0002" -library "PLL" -name IP_TOOL_VERSION "13.1"
set_global_assignment -entity "PLL_0002" -library "PLL" -name IP_TOOL_ENV "mwpim"