From cb4fa7d249d1d2535fa18b08ee0e27011dadad66 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 22 Apr 2013 19:20:20 +0200 Subject: [PATCH] moved old CTS design files --- cts/{ => old}/compile2_frankfurt.pl | 0 cts/{ => old}/constraints_cts_fpga2.lpf | 0 cts/{ => old}/cts_fpga2.p2t | 0 cts/{ => old}/cts_fpga2.prj | 0 cts/{ => old}/cts_fpga2.vhd | 0 cts/source/cts.vhd | 12 ++---------- 6 files changed, 2 insertions(+), 10 deletions(-) rename cts/{ => old}/compile2_frankfurt.pl (100%) rename cts/{ => old}/constraints_cts_fpga2.lpf (100%) rename cts/{ => old}/cts_fpga2.p2t (100%) rename cts/{ => old}/cts_fpga2.prj (100%) rename cts/{ => old}/cts_fpga2.vhd (100%) diff --git a/cts/compile2_frankfurt.pl b/cts/old/compile2_frankfurt.pl similarity index 100% rename from cts/compile2_frankfurt.pl rename to cts/old/compile2_frankfurt.pl diff --git a/cts/constraints_cts_fpga2.lpf b/cts/old/constraints_cts_fpga2.lpf similarity index 100% rename from cts/constraints_cts_fpga2.lpf rename to cts/old/constraints_cts_fpga2.lpf diff --git a/cts/cts_fpga2.p2t b/cts/old/cts_fpga2.p2t similarity index 100% rename from cts/cts_fpga2.p2t rename to cts/old/cts_fpga2.p2t diff --git a/cts/cts_fpga2.prj b/cts/old/cts_fpga2.prj similarity index 100% rename from cts/cts_fpga2.prj rename to cts/old/cts_fpga2.prj diff --git a/cts/cts_fpga2.vhd b/cts/old/cts_fpga2.vhd similarity index 100% rename from cts/cts_fpga2.vhd rename to cts/old/cts_fpga2.vhd diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index e336587..29ba9e3 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -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; -- 2.43.0