mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-25 06:27:22 -04:00
Only include necessary LFSR primitive
We previously had a dependency on all primitives in Ibex, even though we only depend on the LFSR primitive. Now that there's a more fine-grained dependency available, we can use that. This has the great benefit of restricting all lint tools to only the code we're interested in, and not linting all primitives in OpenTitan together with Ibex. This also helps tools like yosys, which aren't able to parse all of OpenTitan's code yet.
This commit is contained in:
parent
ee0a1cf2ce
commit
c476329608
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ filesets:
|
||||||
depend:
|
depend:
|
||||||
- lowrisc:prim:assert
|
- lowrisc:prim:assert
|
||||||
- lowrisc:prim:clock_gating
|
- lowrisc:prim:clock_gating
|
||||||
# TODO: Only lfsr is needed. Replace with a more specific dependency
|
- lowrisc:prim:lfsr
|
||||||
# once available.
|
|
||||||
- lowrisc:prim:all
|
|
||||||
- lowrisc:ibex:ibex_pkg
|
- lowrisc:ibex:ibex_pkg
|
||||||
- lowrisc:ibex:ibex_icache
|
- lowrisc:ibex:ibex_icache
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue