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
2016-02-09
fixed test for finish method being put in the wrong place
chick
2016-02-09
Added support for finish method of BasicTester to be overridden in a subclass...
chick
2016-02-08
Added a simple tests that DeqIO and EnqIO get their directions right and are ...
chick
2016-01-30
Add BlackBox support and test, refactor execute => assertTesterPasses
ducky
2016-01-28
Fixed NoneOptionBundleTester to actually instantiate a module without an inpu...
azidar
2016-01-28
Merge branch 'master' into modrefactor
Andrew Waterman
2016-01-28
Merge branch 'master' into scalastyle
Andrew Waterman
2016-01-27
Add unit test for module deduplication
ducky
2016-01-16
Add When test and fix when / elsewhen / otherwise behavior
ducky
2016-01-06
Don't silence legitimate warnings - these println()s should be controlled by ...
Jim Lawson
2016-01-05
Scalastyle fixes - whitespace or comments only.
Jim Lawson
2015-12-11
Refactor tests to use stop() and assert() instead of io.error/io.done
ducky
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
[next]