Skip to content

Commit

Permalink
[test] Update tests for newer inline layer ABI (#4552)
Browse files Browse the repository at this point in the history
Fix the tests again for the even newer inline layer ABI.  This includes
the public module name (circuit name for now) and a "layer_" prefix.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge authored and chiselbot committed Dec 8, 2024
1 parent d8acebf commit 4d7679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/chiselTests/LayerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ class LayerSpec extends ChiselFlatSpec with Utils with FileCheck {
|CHECK: module Foo_A(
|CHECK-NOT: `ifdef
|CHECK: foo: assert property
|CHECK: `ifdef A$B
|CHECK: `ifdef layer_Foo$A$B
|CHECK-NEXT: bar: assert property
|CHECK-NEXT: `ifdef A$B$C
|CHECK-NEXT: `ifdef layer_Foo$A$B$C
|CHECK-NEXT: baz: assert property
|CHECK-NEXT: `endif
|CHECK-NEXT: `endif""".stripMargin
Expand Down

0 comments on commit 4d7679b

Please sign in to comment.