]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
moved old CTS design files
authorJan Michel <j.michel@gsi.de>
Mon, 22 Apr 2013 17:20:20 +0000 (19:20 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 22 Apr 2013 17:20:20 +0000 (19:20 +0200)
cts/old/compile2_frankfurt.pl [moved from cts/compile2_frankfurt.pl with 100% similarity]
cts/old/constraints_cts_fpga2.lpf [moved from cts/constraints_cts_fpga2.lpf with 100% similarity]
cts/old/cts_fpga2.p2t [moved from cts/cts_fpga2.p2t with 100% similarity]
cts/old/cts_fpga2.prj [moved from cts/cts_fpga2.prj with 100% similarity]
cts/old/cts_fpga2.vhd [moved from cts/cts_fpga2.vhd with 100% similarity]
cts/source/cts.vhd

similarity index 100%
rename from cts/cts_fpga2.p2t
rename to cts/old/cts_fpga2.p2t
similarity index 100%
rename from cts/cts_fpga2.prj
rename to cts/old/cts_fpga2.prj
similarity index 100%
rename from cts/cts_fpga2.vhd
rename to cts/old/cts_fpga2.vhd
index e336587b38b308711eac12cfc3dd1613aaabb528..29ba9e392066e1ba52a3ee770fd31a7975f72974 100755 (executable)
@@ -667,6 +667,7 @@ begin
                   if eb_mask_buf_i(i) = '1' then
                      eb_mask_buf_i(i) <= '0';
                      eb_selection_i <= STD_LOGIC_VECTOR(TO_UNSIGNED(i, 4));
+                     exit;
                   end if;
                end loop;
             else
@@ -830,7 +831,7 @@ begin
             throttle_enabled_i <= '0';
             stop_triggers_i <= '0';
 
-            eb_aggr_threshold_i <= x"10";
+            eb_aggr_threshold_i <= x"00";
             eb_mask_i     <= (0 => '1', others => '0');
             eb_special_calibration_eb_i <= x"0";
             eb_use_special_calibration_eb_i <= '0';
@@ -859,24 +860,18 @@ begin
                transfer_debug_limits_i     <= '1';
                
                cts_regio_write_ack_out_i   <= '1';
-               cts_regio_unknown_addr_out_i <= '0';
-               
             end if;
             
             if addr = 16#09# and cts_regio_write_enable_in_i = '1' then
                ro_configuration_i <= cts_regio_data_in_i(ro_configuration_i'RANGE);
-
                cts_regio_write_ack_out_i   <= '1';
-               cts_regio_unknown_addr_out_i <= '0';
             end if;
          
             if addr = 16#0c# and cts_regio_write_enable_in_i = '1' then
                throttle_threshold_i <= UNSIGNED(cts_regio_data_in_i(throttle_threshold_i'RANGE));
                throttle_enabled_i   <= cts_regio_data_in_i(throttle_threshold_i'LENGTH);
                stop_triggers_i      <= cts_regio_data_in_i(31);
-
                cts_regio_write_ack_out_i   <= '1';
-               cts_regio_unknown_addr_out_i <= '0';
             end if;
 
             if addr = 16#0d# and cts_regio_write_enable_in_i = '1' then
@@ -884,9 +879,6 @@ begin
                eb_aggr_threshold_i <= UNSIGNED(cts_regio_data_in_i(23 downto 16));
                eb_special_calibration_eb_i <= cts_regio_data_in_i(27 downto 24);
                eb_use_special_calibration_eb_i <= cts_regio_data_in_i(28);
-
-               cts_regio_write_ack_out_i   <= '1';
-               cts_regio_unknown_addr_out_i <= '0';
             end if;
          end if;
       end if;