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
/
BlackBox.scala
Age
Commit message (
Expand
)
Author
2022-04-25
Fix error message for BlackBox without val io <: Record (#2504) (#2505)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-01-21
Remove val io
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-06-29
- A few final fixes after the rebase
chick
2020-06-29
This adds a mechanism for the unittests to be run with the TreadleBackend
chick
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2018-10-03
Add DataMirror.modulePorts (#901)
Richard Lin
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-11
Scope resources - move them down into chisel3 directory - fixes #549 (#610)
Jim Lawson
2017-03-08
Avoid log2Up in tests
Andrew Waterman
2017-01-20
Mark Annotation and FixedPoint as experimental (#444)
Chick Markley
2016-11-21
Deboilerplate the implicit conversions, add support for long.U
ducky
2016-11-21
Convert rest of tests
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
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
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-05-04
Rewrite BlackBox IO contract, replace _clock|_reset
Stephen Twigg
2016-01-30
Add BlackBox support and test, refactor execute => assertTesterPasses
ducky