]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
cleanup
authorMichael Boehmer <mboehmer@ph.tum.de>
Sun, 27 Mar 2022 20:49:05 +0000 (22:49 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Sun, 27 Mar 2022 20:49:05 +0000 (22:49 +0200)
backplanemaster/config.vhd
cts/trb3sc_cts.vhd
tdctemplate/trb3sc_tdctemplate.vhd

index 84f1eac3b56e289bd4572a37c6e9182743910546..a2504dd26cf73c3afa0d9843f6c236693ac5c88b 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
   
 --Gbe included?
     constant INCLUDE_GBE            : integer  := c_NO;
index 1e165e1a9c4f43c69ec0770b8dee058ee8564310..967ebe35c8b7e1b9d51cc5405262aaac314a4fb6 100644 (file)
@@ -209,14 +209,14 @@ architecture trb3sc_arch of trb3sc_cts is
   signal hit_in_i                    : std_logic_vector(64 downto 1);
   signal mbs_async_out               : std_logic;
   
-  attribute syn_keep of GSR_N        : signal is true;
-  attribute syn_preserve of GSR_N    : signal is true;  
-  attribute syn_keep of bussci1_rx     : signal is true;
-  attribute syn_preserve of bussci1_rx : signal is true;  
+  attribute syn_keep of GSR_N           : signal is true;
+  attribute syn_preserve of GSR_N       : signal is true;  
+  attribute syn_keep of bussci1_rx      : signal is true;
+  attribute syn_preserve of bussci1_rx  : signal is true;  
   attribute syn_keep of bustools_rx     : signal is true;
   attribute syn_preserve of bustools_rx : signal is true;    
-  attribute syn_keep of bustc_rx     : signal is true;
-  attribute syn_preserve of bustc_rx : signal is true;   
+  attribute syn_keep of bustc_rx        : signal is true;
+  attribute syn_preserve of bustc_rx    : signal is true;   
   
   signal tx_dlm_i                    : std_logic;
   signal rx_dlm_i                    : std_logic;
index a2f72322d39cb9869879b5fb3ad350bab9b88dee..f823109f6560c5d07c952b1c9f155e522a135ed1 100644 (file)
@@ -99,7 +99,6 @@ architecture trb3sc_arch of trb3sc_tdctemplate is
   signal reset_i           : std_logic;
 
   signal time_counter      : unsigned(31 downto 0) := (others => '0');
-  signal led               : std_logic_vector(1 downto 0);
   signal debug_clock_reset : std_logic_vector(31 downto 0);
   signal inputs            : std_logic_vector(67 downto 0);
   signal monitor_inputs_i  : std_logic_vector(MONITOR_INPUT_NUM-1 downto 0);