From edd57efbadf493b331e69c8686662500fe859372 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 14 Oct 2015 14:04:33 -0700 Subject: 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 --- test/parser/bundle.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3