Skip to content

Commit

Permalink
[sim] update core configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Dec 23, 2024
1 parent 54c3511 commit 1b8858d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sim/neorv32_vuinit_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ begin
IO_SDI_FIFO => 4,
IO_TWI_EN => true,
IO_TWI_FIFO => 4,
IO_TWD_EN => true,
IO_TWD_FIFO => 4,
IO_PWM_NUM_CH => 8,
IO_WDT_EN => true,
IO_TRNG_EN => true,
Expand All @@ -286,6 +288,7 @@ begin
IO_NEOLED_TX_FIFO => 8,
IO_GPTMR_EN => true,
IO_ONEWIRE_EN => true,
IO_ONEWIRE_FIFO => 8,
IO_DMA_EN => true,
IO_SLINK_EN => true,
IO_SLINK_RX_FIFO => 4,
Expand Down

0 comments on commit 1b8858d

Please sign in to comment.