fix imports in fu matrix tests
[soc.git] / src / soc / scoreboard / test_mem_fu_matrix.py
index 12dba0ccdd8ef74e229d8dfa39a7c258ea1e7082..949d0ff21bc6b280be20b7d59902157a0e89d67c 100644 (file)
@@ -672,7 +672,7 @@ def mem_sim(dut):
 
 
 def test_mem_fus():
-    dut = MemFunctionUnits(3)
+    dut = MemFunctionUnits(8)
     vl = rtlil.convert(dut, ports=dut.ports())
     with open("test_mem_fus.il", "w") as f:
         f.write(vl)