From: Cahit Date: Mon, 14 Apr 2014 18:43:23 +0000 (+0200) Subject: broadcast_bitmask is corrected X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3fdc26449af24092d522fcbf49f2dd52163aba45;p=trb3.git broadcast_bitmask is corrected --- 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,