icache: Depend on prim_assert

The file ibex_icache.sv is using the assert macros, we need to depend on
them.
This commit is contained in:
Philipp Wagner 2020-07-03 14:10:15 +01:00 committed by Philipp Wagner
parent 006617f95a
commit dbc1f259af

View file

@ -9,6 +9,7 @@ filesets:
depend:
- lowrisc:prim:secded
- lowrisc:prim:ram_1p
- lowrisc:prim:assert
files:
- rtl/ibex_icache.sv
file_type: systemVerilogSource