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
Age
Commit message (
Expand
)
Author
2015-12-11
Add stop() in BasicTester as a replacement for io.done
ducky
2015-12-11
Add support for printf and asserts, add testbench for asserts and printf
ducky
2015-12-11
Merge pull request #64 from ucb-bar/optionablebundle
Adam Izraelevitz
2015-12-10
Add Option support in Bundle
ducky
2015-12-09
Refactor testharness generation to create directories and have minimal API
ducky
2015-12-09
Extend TesterDriver to optionally take in additional Verilog sources
ducky
2015-12-06
Split internal and FIRRTL packages
ducky
2015-11-06
Merge pull request #59 from ucb-bar/testing-improvements
Jim Lawson
2015-11-06
added elaboration tests for remaining old Chisel3 examples
Henry Cook
2015-11-06
Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...))
azidar
2015-11-06
Fix counter tests
Henry Cook
2015-11-04
Merge pull request #56 from ucb-bar/stylefix
Jim Lawson
2015-11-04
Style fixes for test code, so we can go back down to zero style errors for tests
ducky
2015-11-04
Fix Tbl.io
Henry Cook
2015-11-04
Use elaborate for elaboration tests, not execute
Henry Cook
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
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
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
fun with ##
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
2015-08-12
being to convert tests to scala-test; tests compile and run
Henry Cook
2015-08-11
Get tests closer to compiling
Andrew Waterman
2015-08-02
Make tests compile again
Henry Cook
2015-07-24
Undo doCloneType; fix collectElts shenanigans
Andrew Waterman
2015-07-24
rename cloneType -> doCloneType
Jim Lawson
2015-07-24
Restore Vec() factory signature; replace MInt with BitPat.
Jim Lawson
2015-07-24
Incorporate chisel3-tests; update Makefile.
Jim Lawson