From f4dc3c966cfbdfd5acf045f6678a8f8d05887b4b Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Fri, 31 Aug 2007 12:16:12 +0000 Subject: [PATCH] syntax change to trb_net_obuf.vhd, Jan --- trb_net_obuf.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trb_net_obuf.vhd b/trb_net_obuf.vhd index 2bf3945..e71c3bb 100644 --- a/trb_net_obuf.vhd +++ b/trb_net_obuf.vhd @@ -243,7 +243,8 @@ architecture trb_net_obuf_arch of trb_net_obuf is if rising_edge(CLK) then if RESET = '1' then -- max_DATA_COUNT <= (1 => '1', others => '0'); - max_DATA_COUNT_minus_one <= (0 => '1', others => '0'); + max_DATA_COUNT_minus_one(0) <= '1'; + max_DATA_COUNT_minus_one(DATA_COUNT_WIDTH-1 downto 1) <= (others => '0'); else -- max_DATA_COUNT <= next_max_DATA_COUNT; max_DATA_COUNT_minus_one <= next_max_DATA_COUNT_minus_one; -- 2.43.0