diff options
| author | azidar | 2015-08-04 13:58:06 -0700 |
|---|---|---|
| committer | azidar | 2015-08-04 13:58:06 -0700 |
| commit | 80846abc76ff6bed9984d2ab3aaad22de665ac4f (patch) | |
| tree | 0cdc9cc55e160506d46e2dcf3368c7ee7811eb23 /test | |
| parent | 45a54fadf735742b819590f3209224636e56c715 (diff) | |
Added verilog keywords to uniquify them
Diffstat (limited to 'test')
| -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 |
