Skip to content

Commit

Permalink
deprecate WireInit
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer authored Oct 7, 2022
1 parent 0ff99ca commit a19e841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/chisel3/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ package object chisel3 {
def W: Width = Width(int)
}

@deprecate("use WireDefault instead", "Chisel 3.5")
val WireInit = WireDefault

object Vec extends VecFactory
Expand Down

0 comments on commit a19e841

Please sign in to comment.