summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Vec.scala
AgeCommit message (Expand)Author
2023-11-23cleanupAditya Naik
2022-11-10 Warn on S-interpolator usage for assert, assume and printf (backport #2751) ...Aditya Naik
2022-09-27Use Treadle (on pull requests only) to speed up CI (backport #2341) (#2748)mergify[bot]
2022-05-24Support Vecs of empty Bundles (#2543) (#2545)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-11reduceTree() now operates on Seq (#2292)Øyvind Harboe
2021-08-23Add multiple dimensions to VecInit fill and iterate (#2065)anniej-sifive
2021-08-04Added VecInit factory methods (fill,iterate) (#2059)anniej-sifive
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2019-08-08Require target is hardware for Vec.apply(a: UInt)Schuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2019-01-21Support DontCare in Mux and cloneSupertype (#995)Richard Lin
2018-01-19Fix deprecations in testsducky
2017-12-20Add compileOptions to Module.apply, use for invalidating submod ports (#747)Jack Koenig
2017-12-14Add error message for <> of Vec and Seq of different lengths (#739)Jack Koenig
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-04-15 Fix assignment from 0-entry Vec: add test (#580)Andrew Waterman
2017-04-04Use input element to decide if Vec of values has direction (#570)Jack Koenig
2017-03-27Support Vec(0) fields in Bundles, just like Option[Data]; add testAndrew Waterman
2017-03-24Fix getWidth on empty Vecs; add testAndrew Waterman
2017-03-13Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530)Jim Lawson
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-03-08Avoid log2Up in ShiftRegisterTesterAndrew Waterman
2017-02-24Test that large Vecs can have widths inferredjackkoenig
2017-02-03Added vec IO tests for #104 (#480)Jim Lawson
2016-11-21Fix all deprecations from new styleducky
2016-11-21All remaining automatable regex re-stylesducky
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-10-06Merge branch 'master' into tobits-deprecationJim Lawson
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-01Move connection implicits from Module constructor to connection methods.Jim Lawson
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-06Changed deprecation warning for Data#toBits to recommend asUInt instead becau...chick
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