Skip to content

Commit

Permalink
ftm4dp: fix wrong sfp clock
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Aug 9, 2023
1 parent 0848972 commit 1121d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top/gsi_scu/ftm4dp/ftm4dp.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ begin
core_clk_20m_vcxo_i => clk_20m_vcxo_i,
core_clk_125m_pllref_i => clk_125m_tcb_pllref_i,
core_clk_125m_local_i => clk_125m_tcb_local_i,
core_clk_125m_sfpref_i => clk_125m_tcb_sfpref_i,
core_clk_125m_sfpref_i => clk_125m_tcb_pllref_i,
wr_onewire_io => OneWire_CB,
wr_sfp_sda_io => sfp_mod2_io,
wr_sfp_scl_io => sfp_mod1_io,
Expand Down

0 comments on commit 1121d55

Please sign in to comment.