add parent_pspec everywhere
[soc.git] / src / soc / fu / alu / formal / proof_main_stage.py
index 655ca4700b104f6193f254024acd20200b432839..de8dc54f1c82ea18eb768e40ec183fab119e5049 100644 (file)
@@ -37,7 +37,7 @@ class Driver(Elaboratable):
             width = p.width
             comb += p.eq(AnyConst(width))
 
-        pspec = ALUPipeSpec(id_wid=2)
+        pspec = ALUPipeSpec(id_wid=2, parent_pspec=None)
         m.submodules.dut = dut = ALUMainStage(pspec)
 
         # convenience variables