summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/WireSpec.scala
AgeCommit message (Collapse)Author
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2017-12-19Add WireInit.apply that accepts DontCare (#731)Jack Koenig
Prevents DontCare from affecting type inference Fixes #728