mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[sim] remove GPTMR capture input
This commit is contained in:
parent
f00beecba4
commit
ecc187597f
2 changed files with 0 additions and 4 deletions
|
@ -357,8 +357,6 @@ begin
|
|||
neoled_o => open, -- async serial data line
|
||||
-- Machine timer system time (available if IO_MTIME_EN = true) --
|
||||
mtime_time_o => open,
|
||||
-- GPTMR timer capture (available if IO_GPTMR_EN = true) --
|
||||
gptmr_trig_i => gpio(63), -- capture trigger
|
||||
-- External platform interrupts (available if XIRQ_NUM_CH > 0) --
|
||||
xirq_i => gpio(31 downto 0), -- IRQ channels
|
||||
-- CPU Interrupts --
|
||||
|
|
|
@ -333,8 +333,6 @@ begin
|
|||
neoled_o => open, -- async serial data line
|
||||
-- Machine timer system time (available if IO_MTIME_EN = true) --
|
||||
mtime_time_o => open,
|
||||
-- GPTMR timer capture (available if IO_GPTMR_EN = true) --
|
||||
gptmr_trig_i => gpio(63), -- capture trigger
|
||||
-- External platform interrupts (available if XIRQ_NUM_CH > 0) --
|
||||
xirq_i => gpio(31 downto 0), -- IRQ channels
|
||||
-- CPU Interrupts --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue