[rtl] fix indention

This commit is contained in:
stnolting 2025-03-29 20:04:57 +01:00
parent f850c6ee48
commit 37bc5f1ba9

View file

@ -309,21 +309,21 @@ use neorv32.neorv32_package.all;
entity neorv32_bus_gateway is
generic (
TIMEOUT : natural; -- internal bus timeout cycles
TIMEOUT : natural; -- internal bus timeout cycles
-- port A --
A_EN : boolean; -- port enable
A_BASE : std_ulogic_vector(31 downto 0); -- port address space base address
A_SIZE : natural; -- port address space size in bytes (power of two), aligned to size
A_EN : boolean; -- port enable
A_BASE : std_ulogic_vector(31 downto 0); -- port address space base address
A_SIZE : natural; -- port address space size in bytes (power of two), aligned to size
-- port B --
B_EN : boolean;
B_BASE : std_ulogic_vector(31 downto 0);
B_SIZE : natural;
B_EN : boolean;
B_BASE : std_ulogic_vector(31 downto 0);
B_SIZE : natural;
-- port C --
C_EN : boolean;
C_BASE : std_ulogic_vector(31 downto 0);
C_SIZE : natural;
C_EN : boolean;
C_BASE : std_ulogic_vector(31 downto 0);
C_SIZE : natural;
-- port X (the void) --
X_EN : boolean
X_EN : boolean
);
port (
-- global control --