[rtl] fix litex wrapper

This commit is contained in:
stnolting 2023-03-25 14:43:18 +01:00
parent ed109aaccb
commit d00ce96859

View file

@ -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;