mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Add dependency on prim_clock_gating
Ibex depends on a clock gating primitive. This has always been the case; previously, we have under-specified the dependency list by simply not including this dependency. This is problematic not only because "IT'S WRONG!", but also because it breaks self-contained targets, like Verilator lint, which cannot run on ibex_core or ibex_core_tracing without having a way to find the clock gating primitive.
This commit is contained in:
parent
a126e4ce98
commit
89e525ecc8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ filesets:
|
|||
files_rtl:
|
||||
depend:
|
||||
- lowrisc:prim:assert
|
||||
- lowrisc:prim:clock_gating
|
||||
# TODO: Only lfsr is needed. Replace with a more specific dependency
|
||||
# once available.
|
||||
- lowrisc:prim:all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue