mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
Remove lowrisc:prim:clock_gating from shared core collections
The clock gating primitive is now a dependency of the lowrisc:ibex:ibex_core file directly and only used in there, we can remove it from the simulation or FPGA dependency collections.
This commit is contained in:
parent
465ea2806c
commit
9bd09c0b74
2 changed files with 0 additions and 3 deletions
|
@ -6,8 +6,6 @@ name: "lowrisc:ibex:fpga_xilinx_shared"
|
|||
description: "Collection of useful RTL for Xilinx based examples"
|
||||
filesets:
|
||||
files_sv:
|
||||
depend:
|
||||
- lowrisc:prim:clock_gating
|
||||
files:
|
||||
- rtl/fpga/xilinx/clkgen_xil7series.sv
|
||||
- rtl/ram_1p.sv
|
||||
|
|
|
@ -10,7 +10,6 @@ filesets:
|
|||
- lowrisc:prim:assert
|
||||
- lowrisc:prim:ram_1p
|
||||
- lowrisc:prim:ram_2p
|
||||
- lowrisc:prim:clock_gating
|
||||
files:
|
||||
- ./rtl/ram_1p.sv
|
||||
- ./rtl/ram_2p.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue