summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Reg.scala
AgeCommit message (Collapse)Author
2016-08-15Make "def width" a private API; expose isWidthKnown instead (#257)Andrew Waterman
* Make "def width" a private API; expose isWidthKnown instead Resolves #256. Since width was used to determine whether getWidth would succeed, I added def isWidthKnown: Boolean but another option would be to expose something like def widthOption: Option[Int] ...thoughts? * Document getWidth/isWidthKnown * Add widthOption for more idiomatic Scala manipulation of widths
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-08Rename Chisel -> chisel in testsducky
2015-12-06Split internal and FIRRTL packagesducky
2015-11-04Use elaborate for elaboration tests, not executeHenry Cook
2015-10-23Add Scalaland unit tests for Regducky