diff --git a/syn/yosys/friscv_rv32i.ys b/syn/yosys/friscv_rv32i.ys index 69ff829..ce70bb5 100644 --- a/syn/yosys/friscv_rv32i.ys +++ b/syn/yosys/friscv_rv32i.ys @@ -14,6 +14,7 @@ read -sv2012 ../../rtl/friscv_ram.sv read -sv2012 ../../rtl/friscv_rambe.sv read -sv2012 ../../rtl/friscv_icache.sv read -sv2012 ../../rtl/friscv_dcache.sv +read -sv2012 ../../rtl/friscv_cache_prefetcher.sv read -sv2012 ../../rtl/friscv_cache_io_fetcher.sv read -sv2012 ../../rtl/friscv_cache_block_fetcher.sv read -sv2012 ../../rtl/friscv_cache_ooo_mgt.sv diff --git a/syn/yosys/syn_x7.sh b/syn/yosys/syn_x7.sh index 769b403..70f8ffb 100755 --- a/syn/yosys/syn_x7.sh +++ b/syn/yosys/syn_x7.sh @@ -18,6 +18,7 @@ SRCS="\ ../../rtl/friscv_rambe.sv \ ../../rtl/friscv_icache.sv \ ../../rtl/friscv_dcache.sv \ +../../rtl/friscv_cache_prefetcher.sv \ ../../rtl/friscv_cache_io_fetcher.sv \ ../../rtl/friscv_cache_block_fetcher.sv \ ../../rtl/friscv_cache_ooo_mgt.sv \