aboutsummaryrefslogtreecommitdiff
path: root/test/passes/lower-to-ground/nested-vec.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/lower-to-ground/nested-vec.fir')
-rw-r--r--test/passes/lower-to-ground/nested-vec.fir20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/passes/lower-to-ground/nested-vec.fir b/test/passes/lower-to-ground/nested-vec.fir
index 0d4f5bf0..fcdee5bc 100644
--- a/test/passes/lower-to-ground/nested-vec.fir
+++ b/test/passes/lower-to-ground/nested-vec.fir
@@ -41,17 +41,17 @@ circuit top :
m.c.data <= k
;CHECK: mem m_x :
-;CHECK: data-type: UInt<32>
-;CHECK: depth: 2
-;CHECK: write-latency: 1
-;CHECK: read-latency: 0
-;CHECK: writer: c
+;CHECK: data-type => UInt<32>
+;CHECK: depth => 2
+;CHECK: write-latency => 1
+;CHECK: read-latency => 0
+;CHECK: writer => c
;CHECK: mem m_y :
-;CHECK: data-type: UInt<32>
-;CHECK: depth: 2
-;CHECK: write-latency: 1
-;CHECK: read-latency: 0
-;CHECK: writer: c
+;CHECK: data-type => UInt<32>
+;CHECK: depth => 2
+;CHECK: write-latency => 1
+;CHECK: read-latency => 0
+;CHECK: writer => c
;CHECK: m_x.c.data <= k_x
;CHECK: m_y.c.data <= k_y
;CHECK: m_x.c.mask <= UInt("h1")