Skip to content

Commit 8148028

Browse files
chiselbotseldridge
andauthored
[cd] Bump CIRCT from firtool-1.115.0 to firtool-1.116.0 (#4912)
* [test] Update printf tests to remove PRINTF_FD Update tests that were checking for `PRINTF_FD`. This has been removed in CIRCT 1.116.0. Signed-off-by: Schuyler Eldridge <[email protected]> * [cd] Bump CIRCT from firtool-1.115.0 to firtool-1.116.0 This is an automated commit generated by the `circt/update-circt` GitHub Action. --------- Signed-off-by: Schuyler Eldridge <[email protected]> Co-authored-by: Schuyler Eldridge <[email protected]> Co-authored-by: chiselbot <[email protected]>
1 parent 26fbefc commit 8148028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etc/circt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "firtool-1.115.0"
2+
"version": "firtool-1.116.0"
33
}

src/test/scala-2/chiselTests/PrintableSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class PrintableSpec extends AnyFlatSpec with Matchers with FileCheck {
331331
ChiselStage
332332
.emitSystemVerilog(new MyModule)
333333
.fileCheck()(
334-
"""CHECK: $fwrite(`PRINTF_FD_, "%0t %m %d %x %b %c %%\n", $time, in, in, in, in);"""
334+
"""CHECK: $fwrite(32'h80000002, "%0t %m %d %x %b %c %%\n", $time, in, in, in, in);"""
335335
)
336336

337337
}

src/test/scala-2/chiselTests/Printf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class PrintfSpec extends AnyFlatSpec with Matchers with FileCheck {
8989
ChiselStage
9090
.emitSystemVerilog(new MyModule)
9191
.fileCheck()(
92-
"""CHECK: $fwrite(`PRINTF_FD_, "%0t %m %d %x %b %c %%\n", $time, in, in, in, in);"""
92+
"""CHECK: $fwrite(32'h80000002, "%0t %m %d %x %b %c %%\n", $time, in, in, in, in);"""
9393
)
9494
}
9595

0 commit comments

Comments
 (0)