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
Age
Commit message (
Expand
)
Author
2016-01-15
flatten should return Seq[Bits], not Seq[UInt]
Andrew Waterman
2016-01-12
elaboration-time asserts should call Predef.assert
Andrew Waterman
2016-01-12
Catch yet another missing-cloneType case
Andrew Waterman
2016-01-11
Merge pull request #88 from ucb-bar/main
Andrew Waterman
2016-01-11
Add a dummy chiselMain
Palmer Dabbelt
2016-01-04
Merge pull request #83 from ucb-bar/bool-assert
Andrew Waterman
2015-12-31
Add assert(Boolean), assert(Boolean, String)
Palmer Dabbelt
2015-12-31
Merge pull request #82 from ucb-bar/not-equals
Andrew Waterman
2015-12-30
Add '=/=' to bits, which does the same as '!='
Palmer Dabbelt
2015-12-15
Merge pull request #75 from ucb-bar/meaningfulerror
Chick Markley
2015-12-15
Merge pull request #73 from ucb-bar/nits
Jim Lawson
2015-12-15
Meaningful error when resource copy fails
ducky
2015-12-15
Merge pull request #74 from ucb-bar/testprint
Chick Markley
2015-12-15
Print test stdout/stderr to console
ducky
2015-12-15
Fix some nits: add that line to .gitignore that keeps coming back, do paralle...
ducky
2015-12-14
Merge pull request #70 from ucb-bar/resourcepaths
Chick Markley
2015-12-14
Modify TestDriver to take resource paths instead of Files
ducky
2015-12-11
Merge pull request #68 from ucb-bar/counterdoc
Andrew Waterman
2015-12-11
Fix Counter doc
ducky
2015-12-11
Merge pull request #67 from ucb-bar/asserttest
Adam Izraelevitz
2015-12-11
Refactor tests to use stop() and assert() instead of io.error/io.done
ducky
2015-12-11
Merge pull request #66 from ucb-bar/stop
Andrew Waterman
2015-12-11
Add stop() in BasicTester as a replacement for io.done
ducky
2015-12-11
Merge pull request #65 from ucb-bar/asserts
Adam Izraelevitz
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
Merge pull request #61 from ucb-bar/multivtest
Andrew Waterman
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
Optional additional Verilog sources to include in execute
ducky
2015-12-09
Extend TesterDriver to optionally take in additional Verilog sources
ducky
2015-12-06
Merge pull request #60 from ucb-bar/packsplit
Palmer Dabbelt
2015-12-06
Split internal and FIRRTL packages
ducky
2015-12-06
Merge pull request #55 from ucb-bar/vecdoc
Palmer Dabbelt
2015-12-06
More design rationale for Vec
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-06
return -1 on simulation timeout
Henry Cook
2015-11-04
Merge pull request #57 from ucb-bar/stylechisel
Jim Lawson
2015-11-04
Merge pull request #56 from ucb-bar/stylefix
Jim Lawson
2015-11-04
Merge pull request #54 from ucb-bar/testing-improvements
Henry Cook
2015-11-04
Fix new style errors
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
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-11-03
Merge pull request #52 from ucb-bar/makefile
Palmer Dabbelt
[next]