From: Adrian Weber Date: Wed, 24 Feb 2021 11:55:10 +0000 (+0100) Subject: correction of bus handler address for uC informations X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=69f164337529c637943dad82a2c24a2ec757d0f1;p=trb5sc.git correction of bus handler address for uC informations --- diff --git a/cbmrich/trb5sc_cbmrich.vhd b/cbmrich/trb5sc_cbmrich.vhd index b5ae0cd..2d74c42 100644 --- a/cbmrich/trb5sc_cbmrich.vhd +++ b/cbmrich/trb5sc_cbmrich.vhd @@ -682,7 +682,7 @@ THE_CTS : CTS THE_BUS_HANDLER : entity work.trb_net16_regio_bus_handler_record generic map( PORT_NUMBER => 10, - PORT_ADDRESSES => (0 => x"d000", 1 => x"b000", 2 => x"d300", 3 => x"c000", 4 => x"e000", 5 => x"a000", 6 => x"8300", 7 => x"e500", 8 => x"e400", 9 => x"e600", others => x"0000"), + PORT_ADDRESSES => (0 => x"d000", 1 => x"b000", 2 => x"d300", 3 => x"c000", 4 => x"e000", 5 => x"a000", 6 => x"8300", 7 => x"e500", 8 => x"e400", 9 => x"e800", others => x"0000"), PORT_ADDR_MASK => (0 => 12, 1 => 9, 2 => 1, 3 => 12, 4 => 9, 5 => 11, 6 => 8, 7 => 8, 8 => 2, 9 => 10, others => 0), PORT_MASK_ENABLE => 1 )