From: Tobias Weber Date: Wed, 25 Feb 2015 10:04:02 +0000 (+0100) Subject: gen_hit_time not needed since graycounter is used directly. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f5b5a7dedd1dc8c36387bb24130f094d88b41ba6;p=trb3.git gen_hit_time not needed since graycounter is used directly. --- diff --git a/mupix/sources/MuPix3_interface.vhd b/mupix/sources/MuPix3_interface.vhd index 1691d21..010e8c6 100644 --- a/mupix/sources/MuPix3_interface.vhd +++ b/mupix/sources/MuPix3_interface.vhd @@ -91,8 +91,7 @@ architecture RTL of mupix_interface is signal gen_hit_col : std_logic_vector(5 downto 0) := (others => '0'); signal gen_hit_row : std_logic_vector(5 downto 0) := (others => '0'); - signal gen_hit_time : std_logic_vector(7 downto 0) := (others => '0'); - + signal testoutro : std_logic_vector (31 downto 0) := (others => '0'); --Control Registers @@ -450,7 +449,6 @@ begin generatehitswaitcounter <= unsigned(generatehitswait); gen_hit_col <= (others => '0'); gen_hit_row <= (others => '0'); - gen_hit_time <= (others => '0'); elsif(delcounter = "00000011") then -- write event header state <= hitgenerator; memdata <= "11111010101111101010101110111010"; --0xFABEABBA