From b7aa23c702006565f12ce61baa9387f365edcab2 Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Sat, 26 Mar 2022 13:13:15 +0100 Subject: [PATCH] works --- cts/config_simple.vhd | 2 +- cts/trb3sc_cts.vhd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cts/config_simple.vhd b/cts/config_simple.vhd index b00a260..87b089a 100644 --- a/cts/config_simple.vhd +++ b/cts/config_simple.vhd @@ -14,7 +14,7 @@ package config is constant FPGA_TYPE : integer := 3; --3: ECP3, 5: ECP5 -- Link speed - constant LINK_SPEED : integer := 200; -- 125: 1.25Gbps, 200: 2.00Gbps + constant LINK_SPEED : integer := 125; -- 125: 1.25Gbps, 200: 2.00Gbps --design options: backplane or front SFP, with or without GBE constant USE_BACKPLANE : integer := c_NO; --c_YES doesn't work diff --git a/cts/trb3sc_cts.vhd b/cts/trb3sc_cts.vhd index 52750ce..1e165e1 100644 --- a/cts/trb3sc_cts.vhd +++ b/cts/trb3sc_cts.vhd @@ -434,12 +434,12 @@ gen_PCSB : if USE_BACKPLANE = c_NO and USE_ADDON = c_NO generate PCSSW <= "01001110"; --SFP2 on B3, AddOn on D1 -- just for testing - enable_dlm_i <= test_reg(31); tx_dlm_i <= dlm_send_qq; send_dlm_word_i <= std_logic_vector(dlm_tag_ctr); + enable_dlm_i <= test_reg(31); send_rst_i <= test_reg(30); - send_rst_word_i <= test_reg(15 downto 8); destroy_link_i <= test_reg(24); -- ONLY FOR TESTING + send_rst_word_i <= test_reg(15 downto 8); -- ONLY FOR TESTING wap_requested_i <= test_reg(3 downto 0); -- ONLY FOR TESTING -- LED feedback -- 2.43.0