diff --git a/rtio/test/sed/output_network.py b/rtio/test/sed/output_network.py index 7703651..e7e5ae6 100644 --- a/rtio/test/sed/output_network.py +++ b/rtio/test/sed/output_network.py @@ -116,6 +116,10 @@ class OutputNetworkTestCase(FHDLTestCase): # OutputNetworkSpec(8, 2, [("data", 32), ("channel", 3)]), # mode="bmc", depth=40) # Unbounded proofs + # 2 lanes + self.assertFormal( + OutputNetworkSpec(2, 2, [("data", 32), ("channel", 3)]), + mode="prove", depth=latency(2)) # 4 lanes self.assertFormal( OutputNetworkSpec(4, 2, [("data", 32), ("channel", 3)]),