mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
Cleanup regarding pcpi_timeout
This commit is contained in:
parent
649144ba5d
commit
d2e20edaab
1 changed files with 1 additions and 0 deletions
|
@ -661,6 +661,7 @@ module picorv32 #(
|
|||
latched_is_lh <= 0;
|
||||
latched_is_lb <= 0;
|
||||
pcpi_valid <= 0;
|
||||
pcpi_timeout <= 0;
|
||||
irq_active <= 0;
|
||||
irq_mask <= ~0;
|
||||
next_irq_pending = 0;
|
||||
|
|
Loading…
Reference in a new issue