From: Michael Boehmer Date: Mon, 6 Dec 2021 15:19:49 +0000 (+0100) Subject: first DLM transmission, stable in time X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=aa983d60bbfe588f50e0b6b71b176a310bac06c2;p=trb3sc.git first DLM transmission, stable in time --- diff --git a/cts/trb3sc_cts.vhd b/cts/trb3sc_cts.vhd index 53755c8..0753b7a 100644 --- a/cts/trb3sc_cts.vhd +++ b/cts/trb3sc_cts.vhd @@ -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; ---------------------------------------------------------------------------