mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Flist.*: use lfsr.sv instead of lfsr_8bit.sv (#763)
as such replacement was done in cache subsystem
with PR #690 (caf1872837
)
Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>
This commit is contained in:
parent
5c5c704d1d
commit
0a39a0525e
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ ${CVA6_REPO_DIR}/core/include/instr_tracer_pkg.sv
|
|||
|
||||
// Common Cells
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/fifo_v3.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lfsr_8bit.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lfsr.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lzc.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/rr_arb_tree.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/shift_reg.sv
|
||||
|
|
|
@ -53,7 +53,7 @@ ${CVA6_REPO_DIR}/core/include/instr_tracer_pkg.sv
|
|||
|
||||
// Common Cells
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/fifo_v3.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lfsr_8bit.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lfsr.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/lzc.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/rr_arb_tree.sv
|
||||
${CVA6_REPO_DIR}/common/submodules/common_cells/src/shift_reg.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue