diff options
Diffstat (limited to 'test/passes/expand-whens/one-when.fir')
| -rw-r--r-- | test/passes/expand-whens/one-when.fir | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/passes/expand-whens/one-when.fir b/test/passes/expand-whens/one-when.fir index 78c59493..9745d087 100644 --- a/test/passes/expand-whens/one-when.fir +++ b/test/passes/expand-whens/one-when.fir @@ -1,3 +1,6 @@ +; RUN: firrtl %s abcdefghijk c | tee %s.out | FileCheck %s + +; CHECK: Expand Whens circuit top : module top : mem m : UInt(1)[2] @@ -13,3 +16,5 @@ circuit top : i := c accessor d = m[i] d := i + +; CHECK: Finished Expand Whens |
