use instruction issue queue to get instructions into engine
[soc.git] / src / scoreboard / test_iq.py
index 9ad5e19297f0af587c807bbf63fbe6675bb25981..06e1511ea4719b5c005593b75fb4d57d86db3558 100644 (file)
@@ -102,9 +102,9 @@ def mk_insns(n_insns, wid, opwid):
 def test_iq():
     wid = 8
     opwid = 4
-    qlen = 4
-    n_in = 2
-    n_out = 3
+    qlen = 2
+    n_in = 1
+    n_out = 1
     dut = InstructionQ(wid, opwid, qlen, n_in, n_out)
     insns = mk_insns(1000, wid, opwid)