]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
fixed typos
authorMichael Boehmer <mboehmer@ph.tum.de>
Fri, 8 Apr 2022 07:59:33 +0000 (09:59 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Fri, 8 Apr 2022 07:59:33 +0000 (09:59 +0200)
code/clock_reset_handler.vhd
tdctemplate/trb3sc_tdctemplate.vhd

index 9f8b39dccfa883e818b1b1669dba1f4ab58dd511..617dc29269e837f9c1c0467d066a40389fa8f049 100644 (file)
@@ -233,5 +233,7 @@ BUS_TX.data    <= (others => '0');
 BUS_TX.unknown <= '1';
 BUS_TX.ack     <= '0';
 BUS_TX.nack    <= '0';
+BUS_TX.rack    <= '0';
+BUS_TX.wack    <= '0';
 
 end architecture;
index d946f7441cc09e55c91f4d474b48565e579720a2..f21511122d7b04ba79168d1e5a9888417704f4d4 100644 (file)
@@ -107,7 +107,7 @@ architecture trb3sc_arch of trb3sc_tdctemplate is
   --Media Interface
   signal med2int           : med2int_array_t(0 to 0);
   signal int2med           : int2med_array_t(0 to 0);
-  signal med_stat_debug    : std_logic_vector (1*64-1 downto 0);
+--  signal med_stat_debug    : std_logic_vector (1*64-1 downto 0);
 
   --READOUT
   signal readout_rx        : READOUT_RX;
@@ -235,7 +235,7 @@ end generate;
       MEDIA_INT2MED(0 to 2)           => open,
       MEDIA_INT2MED(3)                => int2med(0),
       -- Sync operation
-      RX_DLM_OUT(2 downto 2)          => open,
+      RX_DLM_OUT(2 downto 0)          => open,
       RX_DLM_OUT(3)                   => rx_dlm_i,
       RX_DLM_WORD_OUT(23 downto 0)    => open,
       RX_DLM_WORD_OUT(31 downto 24)   => send_dlm_word_i,
@@ -349,7 +349,7 @@ end generate;
   THE_BUS_HANDLER : entity work.trb_net16_regio_bus_handler_record
     generic map(
       PORT_NUMBER      => 5,
-      PORT_ADDRESSES   => (0 => x"d000", 1 => x"b000", 2 => x"d300", 3 => x"c000", 4 => x"b000", others => x"0000"),
+      PORT_ADDRESSES   => (0 => x"d000", 1 => x"b200", 2 => x"d300", 3 => x"c000", 4 => x"e000", others => x"0000"),
       PORT_ADDR_MASK   => (0 => 12, 1 => 9, 2 => 1, 3 => 12, 4 => 5, others => 0),
       PORT_MASK_ENABLE => 1
       )