summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Vec.scala
AgeCommit message (Expand)Author
2016-07-25Minimize differences with master.Jim Lawson
2016-07-20More literal/width rangling.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-06-21New Module, IO, Input/Output wrapping.Jim Lawson
2016-06-01Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204)Wesley W. Terpstra
2016-04-26Replace deprecated usage in tests. Issue #149Jim Lawson
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
2015-11-06Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...))azidar
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
2015-10-23Whitespace scalastyle fixes for testsducky
2015-08-14VecShiftReg testHenry Cook
2015-08-14todoHenry Cook
2015-08-14Add Vec tests. Do a better job of generating widths.Henry Cook