Add fifo_v3 to compile lists of cache TBs.

This commit is contained in:
Michael Schaffner 2018-10-30 10:00:17 +01:00
parent b1be3530ef
commit 44ec8f99f3
No known key found for this signature in database
GPG key ID: 7AA09AE049819C2C
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
../../src/cache_subsystem/serpent_dcache.sv
../../src/common_cells/src/lfsr_8bit.sv
../../src/common_cells/src/fifo_v2.sv
../../src/common_cells/src/fifo_v3.sv
../../src/common_cells/src/lzc.sv
../../src/common_cells/src/rrarbiter.sv
../../src/util/sram.sv

View file

@ -6,6 +6,7 @@
../../src/cache_subsystem/serpent_icache.sv
../../src/common_cells/src/lfsr_8bit.sv
../../src/common_cells/src/fifo_v2.sv
../../src/common_cells/src/fifo_v3.sv
../../src/common_cells/src/lzc.sv
../../src/util/sram.sv
hdl/mem_emul.sv