program/prb1.rb in test_ids-0.8.2 vs program/prb1.rb in test_ids-1.0.0

- old
+ new

@@ -1,7 +1,14 @@ Flow.create do - - func :t1 - func :t2 - func :t3 - func :t3, bin: :none, sbin: :none + if dut.test_ids == 2 + func :t1, bin: 11 + func :t2, bin: 11 + func :t3, bin: 11 + func :t4, bin: 11 + func :t5, bin: 11 + else + func :t1 + func :t2 + func :t3 + func :t3, bin: :none, sbin: :none + end end