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
/
ChiselSpec.scala
Age
Commit message (
Expand
)
Author
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-27
Add firrtlTests.Utils methods
Schuyler Eldridge
2019-08-12
Aspect-Oriented Programming for Chisel (#1077)
Adam Izraelevitz
2019-07-18
Support Analog DontCare bulk-connect (#1056)
Richard Lin
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2018-12-19
Fix width inferencing issue (#952)
Jack Koenig
2018-02-28
Refactor Annotations (#767)
Jack Koenig
2017-05-25
Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)
Jim Lawson
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-02-28
Use test_run_dir for more tests. (#534)
Jim Lawson
2017-02-07
Add generateFirrtl() method to ChiselSpec.scala (#423)
Jim Lawson
2017-01-31
Add compile [to Verilog] to ChiselRunners
Jack
2016-11-14
Add checks for misuse or omission of Module()
Jack
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-08
Rename Chisel -> chisel in tests
ducky
2016-05-04
Multiple assign tester
ducky
2016-01-30
Add BlackBox support and test, refactor execute => assertTesterPasses
ducky
2015-12-06
Split internal and FIRRTL packages
ducky
2015-11-04
Supply smaller values for generatorDrivenConfig to reduce test time.
Henry Cook
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-10-23
Fix stylistic issues and document standard Chisel generators
ducky
2015-10-23
Add Scalaland unit tests for Reg
ducky
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-08-14
more tests
Henry Cook
2015-08-14
Add Vec tests. Do a better job of generating widths.
Henry Cook
2015-08-14
added MulLookup and Tbl tests
Henry Cook
2015-08-13
add decoder test
Henry Cook
2015-08-13
Counter tests
Henry Cook
2015-08-13
complexassign test
Henry Cook
2015-08-13
testing improvements
Henry Cook
2015-08-13
minor tweaks
Henry Cook
2015-08-13
Use chiselTests package; add copyright notice.
Jim Lawson
2015-08-13
rename package (lowercase)
Jim Lawson