From 3fdc26449af24092d522fcbf49f2dd52163aba45 Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 14 Apr 2014 20:43:23 +0200 Subject: [PATCH] broadcast_bitmask is corrected --- 32PinAddOn/trb3_periph_32PinAddOn.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/32PinAddOn/trb3_periph_32PinAddOn.vhd b/32PinAddOn/trb3_periph_32PinAddOn.vhd index f840caa..c660610 100644 --- a/32PinAddOn/trb3_periph_32PinAddOn.vhd +++ b/32PinAddOn/trb3_periph_32PinAddOn.vhd @@ -358,7 +358,7 @@ begin REGIO_NUM_STAT_REGS => REGIO_NUM_STAT_REGS, REGIO_NUM_CTRL_REGS => REGIO_NUM_CTRL_REGS, ADDRESS_MASK => x"FFFF", - BROADCAST_BITMASK => x"48", + BROADCAST_BITMASK => x"FF", BROADCAST_SPECIAL_ADDR => BROADCAST_SPECIAL_ADDR, REGIO_COMPILE_TIME => std_logic_vector(to_unsigned(VERSION_NUMBER_TIME, 32)), REGIO_HARDWARE_VERSION => HARDWARE_INFO, -- 2.43.0