mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[rtl] fix litex wrapper
This commit is contained in:
parent
ed109aaccb
commit
d00ce96859
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ architecture neorv32_litex_core_complex_rtl of neorv32_litex_core_complex is
|
|||
icache_nb : natural_t;
|
||||
icache_bs : natural_t;
|
||||
icache_as : natural_t;
|
||||
icache_en : bool_t;
|
||||
icache_nb : natural_t;
|
||||
icache_bs : natural_t;
|
||||
mtime : bool_t;
|
||||
end record;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue