Skip to content

Commit

Permalink
monster: prepare wr-cores update
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Feb 23, 2024
1 parent 2ba26d4 commit 914f2a9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions modules/monster/monster.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2079,13 +2079,11 @@ end generate;
phy : wr_arria10_transceiver
generic map (
g_family => g_family,
g_use_atx_pll => false,
g_use_cmu_pll => true,
g_use_simple_wa => true,
g_use_atx_pll => true,
g_use_cmu_pll => false,
g_use_simple_wa => false,
g_use_det_phy => true,
g_use_sfp_los_rst => true,
g_use_tx_lcr_dbg => false,
g_use_rx_lcr_dbg => false,
g_use_ext_loop => true,
g_use_ext_rst => true)
port map (
Expand Down Expand Up @@ -2126,13 +2124,11 @@ end generate;
phy_aux : wr_arria10_transceiver
generic map (
g_family => g_family,
g_use_atx_pll => false,
g_use_cmu_pll => true,
g_use_simple_wa => true,
g_use_atx_pll => true,
g_use_cmu_pll => false,
g_use_simple_wa => false,
g_use_det_phy => true,
g_use_sfp_los_rst => true,
g_use_tx_lcr_dbg => false,
g_use_rx_lcr_dbg => false,
g_use_ext_loop => true,
g_use_ext_rst => true)
port map (
Expand Down

0 comments on commit 914f2a9

Please sign in to comment.