aboutsummaryrefslogtreecommitdiff
path: root/test/errors
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors')
-rw-r--r--test/errors/gender/BulkWrong.fir2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/errors/gender/BulkWrong.fir b/test/errors/gender/BulkWrong.fir
index 13534385..632dd709 100644
--- a/test/errors/gender/BulkWrong.fir
+++ b/test/errors/gender/BulkWrong.fir
@@ -6,7 +6,9 @@ circuit BTB :
input clk : Clock
input reset : UInt<1>
input req : {valid : UInt<1>, bits : {addr : UInt<39>}}
+ output r : UInt<1>
wire x : {valid : UInt<1>, bits : {addr : UInt<39>}}
req <> x
+ x.valid := r