diff options
| author | azidar | 2015-07-06 17:45:06 -0700 |
|---|---|---|
| committer | azidar | 2015-07-14 11:29:55 -0700 |
| commit | 68f7ac42d01c88bcc0c77c919587618673658c76 (patch) | |
| tree | 054c3a2fdb710b187664fb9e7212046f12ec2ef2 /test/passes/expand-whens/partial-init.fir | |
| parent | 8d6c83072cd60ecc376d81eb9a48ccf0f67e57f6 (diff) | |
Still partial commit, many tests pass. Many tests fail.
Diffstat (limited to 'test/passes/expand-whens/partial-init.fir')
| -rw-r--r-- | test/passes/expand-whens/partial-init.fir | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/passes/expand-whens/partial-init.fir b/test/passes/expand-whens/partial-init.fir index c9afd86c..03b1f965 100644 --- a/test/passes/expand-whens/partial-init.fir +++ b/test/passes/expand-whens/partial-init.fir @@ -4,6 +4,16 @@ circuit top : module top : reg r : UInt<1>[10] + r[0] := UInt(1) + r[1] := UInt(1) + r[2] := UInt(1) + r[3] := UInt(1) + r[4] := UInt(1) + r[5] := UInt(1) + r[6] := UInt(1) + r[7] := UInt(1) + r[8] := UInt(1) + r[9] := UInt(1) on-reset r[3] := UInt(0) ; CHECK: Finished Expand Whens |
