File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ read -sv2012 ../../rtl/friscv_ram.sv
1414read -sv2012 ../../rtl/friscv_rambe.sv
1515read -sv2012 ../../rtl/friscv_icache.sv
1616read -sv2012 ../../rtl/friscv_dcache.sv
17+ read -sv2012 ../../rtl/friscv_cache_prefetcher.sv
1718read -sv2012 ../../rtl/friscv_cache_io_fetcher.sv
1819read -sv2012 ../../rtl/friscv_cache_block_fetcher.sv
1920read -sv2012 ../../rtl/friscv_cache_ooo_mgt.sv
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ SRCS="\
1818../../rtl/friscv_rambe.sv \
1919../../rtl/friscv_icache.sv \
2020../../rtl/friscv_dcache.sv \
21+ ../../rtl/friscv_cache_prefetcher.sv \
2122../../rtl/friscv_cache_io_fetcher.sv \
2223../../rtl/friscv_cache_block_fetcher.sv \
2324../../rtl/friscv_cache_ooo_mgt.sv \
You can’t perform that action at this time.
0 commit comments