]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
missing tx_ps_rst added
authorMichael Boehmer <mboehmer@ph.tum.de>
Wed, 29 Dec 2021 11:38:12 +0000 (12:38 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Wed, 29 Dec 2021 11:38:12 +0000 (12:38 +0100)
hub/par.p2t
hub/trb3sc_hub.vhd

index 41609b2a3ca495f232142c0d0d7d91d1fe1e5f2d..58e7a0b717f14c42eec1ad86e436ec4aa5468492 100644 (file)
@@ -1,7 +1,7 @@
 -w
 -l 5
 -s 12
--t 20 # seed setting here! # 32
+-t 66 # seed setting here! # 32
 -c 1
 -e 2
 -i 15
index 14417c003efea71df759c900d9859e31313893f1..89a12e482342649fe3f67ab8c7124f2b2981f4d6 100644 (file)
@@ -331,7 +331,7 @@ gen_PCSB_noBKPL : if USE_BACKPLANE = c_NO generate
       WORD_SYNC_OUT      => word_sync_i,
       MASTER_CLK_IN      => master_clk_i,
       MASTER_CLK_OUT     => master_clk_i,
-      QUAD_RST_IN        => global_reset_i, --'0', -- TEST
+      QUAD_RST_IN        => global_reset_i,
       GLOBAL_RESET_OUT   => global_reset_i,
       SLAVE_ACTIVE_OUT   => slave_active_i,
       SLAVE_ACTIVE_IN    => slave_active_i,
@@ -341,7 +341,7 @@ gen_PCSB_noBKPL : if USE_BACKPLANE = c_NO generate
       TX_PCS_RST_IN      => tx_pcs_rst_i,
       SYNC_TX_PLL_IN     => sync_tx_quad_i,
       LINK_TX_READY_IN   => link_tx_ready_i,
-      DESTROY_LINK_IN    => x"0", -- BUG
+      DESTROY_LINK_IN    => x"0",
       --SFP Connection
       SD_PRSNT_N_IN(0)   => HUB_MOD0(5),
       SD_PRSNT_N_IN(1)   => HUB_MOD0(6),
@@ -364,8 +364,8 @@ gen_PCSB_noBKPL : if USE_BACKPLANE = c_NO generate
       DEBUG_OUT          => debug_i
     );
 
-  tx_pll_lol_qd_a_i <= '0'; -- BUG
-    
+  tx_pll_lol_qd_a_i <= '0';
+
 end generate;
 
   THE_MAIN_TX_RST: main_tx_reset_RS
@@ -382,7 +382,7 @@ end generate;
     TX_PLL_LOL_OUT       => tx_pll_lol_all_i,
     TX_CLOCK_AVAIL_IN    => tx_clk_avail_i,
     TX_PCS_RST_CH_C_OUT  => tx_pcs_rst_i,
-    SYNC_TX_QUAD_OUT     => open, --sync_tx_quad_i, -- TEST
+    SYNC_TX_QUAD_OUT     => open, --sync_tx_quad_i,
     LINK_TX_READY_OUT    => link_tx_ready_i,
     STATE_OUT            => tx_reset_state
   );
@@ -432,11 +432,11 @@ end generate;
       SLAVE_ACTIVE_IN    => slave_active_i,
       TX_PLL_LOL_IN      => tx_pll_lol_all_i,
       TX_PLL_LOL_OUT     => tx_pll_lol_qd_c_i,
-      TX_CLK_AVAIL_OUT   => open, -- BUGBUGBUG
+      TX_CLK_AVAIL_OUT   => open,
       TX_PCS_RST_IN      => tx_pcs_rst_i,
       SYNC_TX_PLL_IN     => sync_tx_quad_i,
       LINK_TX_READY_IN   => link_tx_ready_i,
-      DESTROY_LINK_IN    => x"0", -- BUG
+      DESTROY_LINK_IN    => x"0",
       --SFP Connection
       SD_PRSNT_N_IN(0)   => HUB_MOD0(3),
       SD_PRSNT_N_IN(1)   => HUB_MOD0(4),
@@ -503,11 +503,11 @@ gen_PCSD : if INCLUDE_GBE = c_NO generate
       SLAVE_ACTIVE_IN    => slave_active_i,
       TX_PLL_LOL_IN      => tx_pll_lol_all_i,
       TX_PLL_LOL_OUT     => tx_pll_lol_qd_d_i,
-      TX_CLK_AVAIL_OUT   => open, -- BUGBUGBUG
+      TX_CLK_AVAIL_OUT   => open,
       TX_PCS_RST_IN      => tx_pcs_rst_i,
       SYNC_TX_PLL_IN     => sync_tx_quad_i,
       LINK_TX_READY_IN   => link_tx_ready_i,
-      DESTROY_LINK_IN    => x"0", -- BUG
+      DESTROY_LINK_IN    => x"0",
       --SFP Connection      
       SD_PRSNT_N_IN(0)   => SFP_MOD0(0),
       SD_PRSNT_N_IN(1)   => HUB_MOD0(8),