Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cd] Bump CIRCT from firtool-1.65.0 to firtool-1.66.0 #3831

Merged
merged 2 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/circt.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "firtool-1.65.0"
"version": "firtool-1.66.0"
}
4 changes: 2 additions & 2 deletions src/test/scala/chiselTests/BoringUtilsTapSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ class BoringUtilsTapSpec extends ChiselFlatSpec with ChiselRunners with Utils wi
".v_0_out (", // rwprobe target.
".v_1_in (inputs_1)", // rwprobe target.
// Ref ABI. Names of internal signals are subject to change.
"`define ref_Foo_Foo_outV_0_out child.v_0_out",
"`define ref_Foo_Foo_outV_1_in child.v_1_in"
"`define ref_Foo_outV_0_out child.v_0_out",
"`define ref_Foo_outV_1_in child.v_1_in"
)("v_1_out")
}

Expand Down
Loading