Skip to content

Commit

Permalink
Fix alpha250-4 adc.tcl (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanderbruggen committed Mar 25, 2020
1 parent f04dff9 commit 93035ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/alpha250-4/adc.tcl
Expand Up @@ -68,6 +68,7 @@ create_bd_pin -dir O spi_cfg_cs_rf_adc1
# Input clocks
create_bd_intf_pin -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 clk_in1
create_bd_intf_pin -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 clk_in2
create_bd_pin -dir I ps_clk

# Output clocks
create_bd_pin -dir O adc_clk
Expand Down Expand Up @@ -153,7 +154,7 @@ cell koheron:user:spi_cfg:1.0 spi_cfg_0 {
s_axis_tready cfg_sts
sclk spi_cfg_sck
sdi spi_cfg_sdi
aclk mmcm/clk_out1
aclk ps_clk
}

connect_pins spi_cfg_cs_clk_gen [get_slice_pin spi_cfg_0/cs 0 0]
Expand All @@ -178,6 +179,7 @@ cell xilinx.com:ip:proc_sys_reset:5.0 rst_adc_clk {} {
connect_cell adc {
clk_in1 adc1_clk_in
clk_in2 clk_gen_in
ps_clk ps_0/FCLK_CLK0
adc0_0_p adc0_0_p
adc0_0_n adc0_0_n
adc0_1_p adc0_1_p
Expand Down

0 comments on commit 93035ad

Please sign in to comment.