Skip to content

Commit

Permalink
Update neorv32_vuinit_tb.vhd
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jan 19, 2025
1 parent d1b6566 commit efb86c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sim/neorv32_vuinit_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ architecture neorv32_vunit_tb_rtl of neorv32_vunit_tb is
signal uart0_cts, uart1_cts : std_ulogic;

-- gpio --
signal gpio : std_ulogic_vector(63 downto 0);
signal gpio : std_ulogic_vector(31 downto 0);

-- twi --
signal i2c_scl, i2c_sda : std_logic;
Expand Down Expand Up @@ -256,10 +256,8 @@ begin
XIP_CACHE_EN => true,
XIP_CACHE_NUM_BLOCKS => 4,
XIP_CACHE_BLOCK_SIZE => 256,
-- External Interrupts Controller (XIRQ) --
XIRQ_NUM_CH => 32,
-- Processor peripherals --
IO_GPIO_NUM => 64,
IO_GPIO_NUM => 32,
IO_CLINT_EN => true,
IO_UART0_EN => true,
IO_UART0_RX_FIFO => 32,
Expand Down Expand Up @@ -375,8 +373,6 @@ begin
neoled_o => open,
-- Machine timer system time (available if IO_MTIME_EN = true) --
mtime_time_o => open,
-- External platform interrupts (available if XIRQ_NUM_CH > 0) --
xirq_i => gpio(31 downto 0),
-- CPU Interrupts --
mtime_irq_i => '0',
msw_irq_i => msi_ring,
Expand Down

0 comments on commit efb86c9

Please sign in to comment.