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
/
ComplexAssign.scala
Age
Commit message (
Expand
)
Author
2022-01-10
Apply scalafmt
Jack Koenig
2021-10-05
Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)
Megan Wachs
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2018-01-19
Fix deprecations in tests
ducky
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
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
Add comments; correct Complex definition (use cloneType).
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
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
Most of the remaining tests with Module, IO wrapping.
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-04
Style fixes for test code, so we can go back down to zero style errors for tests
ducky
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-08-13
add decoder test
Henry Cook
2015-08-13
complexassign test
Henry Cook