write_vcd - add missing file extension
[soc.git] / src / soc / experiment / test / test_mmu_dcache_pi.py
index 2f219e63ebbd91043a54f81d8f06f88e9eaf7939..d93bd594e84f52614c8bd1992d941250fdd3444d 100644 (file)
@@ -61,7 +61,7 @@ class TestMicrowattMemoryPortInterface(PortInterfaceBase):
         self.mmu = mmu
         self.dcache = dcache
 
-    def set_wr_addr(self, m, addr, mask, misalign, msr_pr):
+    def set_wr_addr(self, m, addr, mask, misalign, msr_pr, is_dcbz):
         m.d.comb += self.dcache.d_in.addr.eq(addr)
         m.d.comb += self.mmu.l_in.addr.eq(addr)
         m.d.comb += self.mmu.l_in.load.eq(0)