Skip to content
Snippets Groups Projects
Commit 49e02b15 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Zynq] fix auto fclk setting req mode for Zynq UltraScale+

parent df872f7c
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ if {$ZYNQ_TYPE == "zynq_us+"} {
set_property -dict [list CONFIG.PSU__USE__S_AXI_GP2 {1}] [get_bd_cells zynq_ps]
set_property -dict [list CONFIG.PSU__USE__M_AXI_GP1 {0}] [get_bd_cells zynq_ps]
#set frequency of PS clock (this can't always be exactly met)
set_property -dict [list CONFIG.PSU__OVERRIDE__BASIC_CLOCK {0}] [get_bd_cells zynq_ps]
set_property -dict [list CONFIG.PSU__CRL_APB__PL0_REF_CTRL__FREQMHZ [expr int($FREQ_MHZ)]] [get_bd_cells zynq_ps]
} elseif {$ZYNQ_TYPE == "zynq_7000"} {
create_bd_cell -type ip -vlnv xilinx.com:ip:processing_system7:5.5 zynq_ps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment