]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
first DLM transmission, stable in time
authorMichael Boehmer <mboehmer@ph.tum.de>
Mon, 6 Dec 2021 15:19:49 +0000 (16:19 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Mon, 6 Dec 2021 15:19:49 +0000 (16:19 +0100)
cts/trb3sc_cts.vhd

index 53755c8a27a3d7735612d4e55cb347779edec2ba..0753b7a59798f6c52bfb8910f2d806914d2fe154 100644 (file)
@@ -350,7 +350,7 @@ gen_PCSB : if USE_BACKPLANE = c_NO and USE_ADDON = c_NO generate
       TX_RST_WORD_IN     => x"00",
       -- sync operation
       WORD_SYNC_IN       => '1', -- CTS MASTER
-      WORD_SYNC_OUT      => word_sync_i, --open,
+      WORD_SYNC_OUT      => open,
       MASTER_CLK_IN      => clk_full_osc, -- CTS MASTER
       MASTER_CLK_OUT     => open,
       GLOBAL_RESET_IN    => '0', -- check
@@ -416,11 +416,11 @@ gen_PCSB : if USE_BACKPLANE = c_NO and USE_ADDON = c_NO generate
   end process THE_SYNC_PROC;
 
   --HDR_IO(10 downto 1) <= (others => '0');
-  HDR_IO(10) <= word_sync_i;
-  HDR_IO(9)  <= '0';
-  HDR_IO(8)  <= tx_clk_avail_i;
-  HDR_IO(7)  <= sync_tx_quad_i;
-  HDR_IO(6)  <= tx_pcs_rst_i;
+  HDR_IO(10) <= debug_i(15);
+  HDR_IO(9)  <= debug_i(14);
+  HDR_IO(8)  <= debug_i(13);
+  HDR_IO(7)  <= debug_i(12);
+  HDR_IO(6)  <= '0';
   HDR_IO(5)  <= '0';
   HDR_IO(4)  <= '0';
   HDR_IO(3)  <= '0';
@@ -429,9 +429,13 @@ gen_PCSB : if USE_BACKPLANE = c_NO and USE_ADDON = c_NO generate
 
   TEST_LINE(11 downto 0)  <= debug_i(11 downto 0);
   TEST_LINE(15 downto 12) <= tx_reset_state;
-  
+
+  -- just for testing
   destroy_link_i <= common_ctrl_reg(88);
 
+  -- just for testing
+--  tx_dlm_i       <= common_ctrl_reg(89);
+
 end generate;
 
 ---------------------------------------------------------------------------