index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
chiselTests
/
Vec.scala
Age
Commit message (
Expand
)
Author
2022-05-24
Support Vecs of empty Bundles (#2543) (#2545)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-11
reduceTree() now operates on Seq (#2292)
Øyvind Harboe
2021-08-23
Add multiple dimensions to VecInit fill and iterate (#2065)
anniej-sifive
2021-08-04
Added VecInit factory methods (fill,iterate) (#2059)
anniej-sifive
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-08-08
Require target is hardware for Vec.apply(a: UInt)
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2019-01-21
Support DontCare in Mux and cloneSupertype (#995)
Richard Lin
2018-01-19
Fix deprecations in tests
ducky
2017-12-20
Add compileOptions to Module.apply, use for invalidating submod ports (#747)
Jack Koenig
2017-12-14
Add error message for <> of Vec and Seq of different lengths (#739)
Jack Koenig
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-04-15
Fix assignment from 0-entry Vec: add test (#580)
Andrew Waterman
2017-04-04
Use input element to decide if Vec of values has direction (#570)
Jack Koenig
2017-03-27
Support Vec(0) fields in Bundles, just like Option[Data]; add test
Andrew Waterman
2017-03-24
Fix getWidth on empty Vecs; add test
Andrew Waterman
2017-03-13
Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530)
Jim Lawson
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-03-08
Avoid log2Up in ShiftRegisterTester
Andrew Waterman
2017-02-24
Test that large Vecs can have widths inferred
jackkoenig
2017-02-03
Added vec IO tests for #104 (#480)
Jim Lawson
2016-11-21
Fix all deprecations from new style
ducky
2016-11-21
All remaining automatable regex re-styles
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-10-06
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-06-21
New Module, IO, Input/Output wrapping.
Jim Lawson
2016-06-06
Changed deprecation warning for Data#toBits to recommend asUInt instead becau...
chick
2016-06-01
Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204)
Wesley W. Terpstra
2016-04-26
Replace deprecated usage in tests. Issue #149
Jim Lawson
2016-01-30
Add BlackBox support and test, refactor execute => assertTesterPasses
ducky
2015-12-11
Refactor tests to use stop() and assert() instead of io.error/io.done
ducky
2015-11-06
Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...))
azidar
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-08-14
VecShiftReg test
Henry Cook
2015-08-14
todo
Henry Cook
2015-08-14
Add Vec tests. Do a better job of generating widths.
Henry Cook