diff options
| author | azidar | 2015-08-25 14:13:00 -0700 |
|---|---|---|
| committer | azidar | 2015-08-25 14:13:13 -0700 |
| commit | eb1ab67b6cc3fd4a549da563bf643bd519d7562e (patch) | |
| tree | a21f0ca828398a33a68f38209429cc6beed86edc /test/errors/width/UninferredWidth.fir | |
| parent | 6cd96b6315c32bbf6c4ace28197ff1d4be86a129 (diff) | |
Added width check pass with tests. #22.
Diffstat (limited to 'test/errors/width/UninferredWidth.fir')
| -rw-r--r-- | test/errors/width/UninferredWidth.fir | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/errors/width/UninferredWidth.fir b/test/errors/width/UninferredWidth.fir new file mode 100644 index 00000000..d4cff841 --- /dev/null +++ b/test/errors/width/UninferredWidth.fir @@ -0,0 +1,12 @@ +; RUN: firrtl -i %s -o %s.v -X verilog -p ciwTd 2>&1 | tee %s.out | FileCheck %s +; CHECK: Uninferred width. + +circuit Top : + module Top : + input z : UInt + + + + + + |
