From d7526d7c8f11d78287ad9e103424eebde946e8fd Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 28 Jun 2022 17:02:20 +0200 Subject: [PATCH] fix address decoder for SED --- base/code/trb3_tools.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/code/trb3_tools.vhd b/base/code/trb3_tools.vhd index ef8cc38..78620c5 100644 --- a/base/code/trb3_tools.vhd +++ b/base/code/trb3_tools.vhd @@ -85,7 +85,7 @@ begin generic map( PORT_NUMBER => 7, PORT_ADDRESSES => (0 => x"0000", 1 => x"0400", 2 => x"0500", 3 => x"0600", 4 => x"0180", 5 => x"0f00", 6 => x"0f80", others => x"0000"), - PORT_ADDR_MASK => (0 => 9, 1 => 5, 2 => 1, 3 => 2, 4 => 4, 5 => 7, 6 => 7, others => 0), + PORT_ADDR_MASK => (0 => 9, 1 => 5, 2 => 2, 3 => 2, 4 => 4, 5 => 7, 6 => 7, others => 0), PORT_MASK_ENABLE => 1 ) port map( -- 2.43.0