Skip to content

Commit

Permalink
regress: port tests to not use partial connects
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Aug 21, 2023
1 parent 272f959 commit 3eb7fec
Show file tree
Hide file tree
Showing 11 changed files with 270 additions and 1,503 deletions.
115 changes: 74 additions & 41 deletions regress/FPU.fir

Large diffs are not rendered by default.

190 changes: 95 additions & 95 deletions regress/HwachaSequencer.fir

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions regress/ICache.fir
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,12 @@ circuit ICache :
node _T_641 = eq(stall, UInt<1>("h00")) @[ICache.scala 149:46]
reg _T_654 : UInt<1>[4], clock @[Reg.scala 34:16]
when _T_641 : @[Reg.scala 35:19]
_T_654 <- s1_tag_hit @[Reg.scala 35:23]
_T_654 <= s1_tag_hit @[Reg.scala 35:23]
skip @[Reg.scala 35:19]
node _T_672 = eq(stall, UInt<1>("h00")) @[ICache.scala 150:40]
reg _T_685 : UInt<64>[4], clock @[Reg.scala 34:16]
when _T_672 : @[Reg.scala 35:19]
_T_685 <- s1_dout @[Reg.scala 35:23]
_T_685 <= s1_dout @[Reg.scala 35:23]
skip @[Reg.scala 35:19]
node _T_703 = mux(_T_654[0], _T_685[0], UInt<1>("h00")) @[Mux.scala 19:72]
node _T_705 = mux(_T_654[1], _T_685[1], UInt<1>("h00")) @[Mux.scala 19:72]
Expand Down Expand Up @@ -536,7 +536,7 @@ circuit ICache :
node _T_844 = cat(_T_843, _T_840) @[Cat.scala 30:58]
_T_767.mask <= _T_844 @[Edges.scala 348:15]
_T_767.data <= UInt<1>("h00") @[Edges.scala 349:15]
io.mem.0.a.bits <- _T_767 @[ICache.scala 155:17]
io.mem.0.a.bits <= _T_767 @[ICache.scala 155:17]
io.mem.0.c.valid <= UInt<1>("h00") @[ICache.scala 159:18]
io.mem.0.e.valid <= UInt<1>("h00") @[ICache.scala 160:18]
node _T_848 = eq(UInt<2>("h00"), state) @[Conditional.scala 29:28]
Expand Down
114 changes: 57 additions & 57 deletions regress/Rob.fir

Large diffs are not rendered by default.

77 changes: 41 additions & 36 deletions regress/RocketCore.fir

Large diffs are not rendered by default.

133 changes: 0 additions & 133 deletions src/main/scala/firrtl2/passes/ConvertFixedToSInt.scala

This file was deleted.

105 changes: 0 additions & 105 deletions src/main/scala/firrtl2/passes/InferBinaryPoints.scala

This file was deleted.

0 comments on commit 3eb7fec

Please sign in to comment.