diff options
Diffstat (limited to 'test/errors')
| -rw-r--r-- | test/errors/gender/InstancePorts.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/errors/gender/InstancePorts.fir b/test/errors/gender/InstancePorts.fir index d8d1355c..55d5fd46 100644 --- a/test/errors/gender/InstancePorts.fir +++ b/test/errors/gender/InstancePorts.fir @@ -8,10 +8,10 @@ circuit BTB : output out : UInt<1> out := in module BTB : - input in : UInt<1> + input time : UInt<1> output out : UInt<1> inst queue of Queue - queue.in := in + queue.in := time out := queue.in |
