summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/WidthSpec.scala
AgeCommit message (Collapse)Author
2018-12-19Fix width inferencing issue (#952)Jack Koenig
* Fix width propagation of non-literals in WireInit and RegInit * Change .getWidth to throw an exception instead of calling .get * Add utilities for checking inferred vs. known widths * Add tests for Wire, WireInit, Reg, and RegInit width inference * Add ScalaDoc for Reg, Wire, RegInit, and WireInit
2016-12-05Fix literal width (#389)Jack Koenig
Fixes #388