]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
works
authorMichael Boehmer <mboehmer@ph.tum.de>
Sat, 26 Mar 2022 12:13:15 +0000 (13:13 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Sat, 26 Mar 2022 12:13:15 +0000 (13:13 +0100)
cts/config_simple.vhd
cts/trb3sc_cts.vhd

index b00a2609dcf34470ea90852036a02c0ba2cc2356..87b089a67b4f5e07bd99e6ea2d2aaa8b87afbe21 100644 (file)
@@ -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
index 52750ce8d032e5f859fcc995f8946e4ec62f1ecb..1e165e1a9c4f43c69ec0770b8dee058ee8564310 100644 (file)
@@ -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