Skip to content

Commit

Permalink
[cd] Bump CIRCT from firtool-1.48.0 to firtool-1.50.0 (chipsalliance#…
Browse files Browse the repository at this point in the history
…3484)

* [dependencies] Fix incorrect Trace test
* [cd] Bump CIRCT from firtool-1.48.0 to firtool-1.50.0

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
chiselbot authored Aug 11, 2023
1 parent ec75dec commit abd88ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.48.0"
"version": "firtool-1.50.0"
}
4 changes: 2 additions & 2 deletions src/test/scala/chiselTests/experimental/TraceSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class TraceSpec extends ChiselFlatSpec with Matchers {
println(dut.a(0).c_1_e.toTarget)
println(a0_c_1_e)
a0_c1_e should be(refTarget(topName, "a_0_c_1_e"))
a0_c_1_e should be(refTarget(topName, "a_0_c_1_e"))
a0_c_1_e should be(refTarget(topName, "a_0_c_1_e_0"))
}

"Inline should work" should "work" in {
Expand Down Expand Up @@ -324,7 +324,7 @@ class TraceSpec extends ChiselFlatSpec with Matchers {
val m2_m1_not = finalTarget(annos)(m3.m2.m1.bar).head
val m2_not = finalTarget(annos)(m3.m2.foo).head

m2_m1_not should be(instTarget("M3", "bar", "Not", Seq(Instance("m2") -> OfModule("M2"))))
m2_m1_not should be(instTarget("M3", "m1_bar", "Not", Seq(Instance("m2") -> OfModule("M2"))))
m2_not should be(instTarget("M3", "foo", "Not", Seq(Instance("m2") -> OfModule("M2"))))
}

Expand Down

0 comments on commit abd88ac

Please sign in to comment.