diff options
| author | Jack | 2015-10-14 14:04:33 -0700 |
|---|---|---|
| committer | Jack | 2015-10-14 14:04:33 -0700 |
| commit | edd57efbadf493b331e69c8686662500fe859372 (patch) | |
| tree | 3c45936150a20f6965ab97f76c7b8cbc1562e9e6 /test | |
| parent | 0122af3d602608bf41df7af1703a04bb738c0531 (diff) | |
Modified getType to return Type rather than Option[Type] which makes more sense for some applications, also fixed up printing to better match stanza implementation
Diffstat (limited to 'test')
| -rw-r--r-- | test/parser/bundle.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/bundle.fir b/test/parser/bundle.fir index c9f5e226..c9600d10 100644 --- a/test/parser/bundle.fir +++ b/test/parser/bundle.fir @@ -22,7 +22,7 @@ circuit top : ; CHECK: circuit top : ; CHECK: module top : -; CHECK: wire z : { x : UInt, flip y : SInt } +; CHECK: wire z : { x : UInt, flip y : SInt} ; CHECK: z.x := UInt("h1") ; CHECK: z.y := SInt("h1") ; CHECK: node x = z.x |
