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-09-21
Expose FIRRTL asClock construct
Andrew Waterman
2016-09-07
Fix bug in Printable FullName of submodule port
jackkoenig
2016-09-07
Add Printable (#270)
Jack Koenig
2016-08-24
Per Chisel meeting.
chick
2016-08-21
AnnotatingExample:
chick
2016-08-21
Add AnnotationSpec file which provides an example of a way to implement gener...
chick
2016-08-21
Add annotating example to test new signal name api
chick
2016-08-15
Make "def width" a private API; expose isWidthKnown instead (#257)
Andrew Waterman
2016-07-20
Generate better names for nodes (#190)
Jack Koenig
2016-07-07
Don't check GCD result before sending it a request
Andrew Waterman
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-08
Move utils into utils
ducky
2016-06-08
Rename Chisel -> chisel in tests
ducky
2016-06-01
Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204)
Wesley W. Terpstra
2016-05-20
Update BackendCompilationUtilities.verilogToCpp to specify top-module
jackkoenig
2016-05-04
Multiple assign tester
ducky
2016-05-04
Rewrite BlackBox IO contract, replace _clock|_reset
Stephen Twigg
2016-04-26
Replace deprecated usage in tests. Issue #149
Jim Lawson
2016-04-18
Add whenever method to TblSpec forall to weed out invalid test values.
Jim Lawson
2016-04-15
Test FIRRTL string literals more aggressively
Andrew Waterman
2016-04-14
Disallow Counters with negative n
Andrew Waterman
2016-03-18
Add test for assertions in modules with pipedlined reset
jackkoenig
2016-03-18
Only randomize directory names during testing
jackkoenig
2016-02-25
Fixed comment punctuation and made it clearer that using an init() method for...
chick
2016-02-24
Remove the assignment statements in EnqIO and DeqIO Bundle constructors.
chick
2016-02-24
Create a test that breaks because of assignment statements in DeqIO and EnqIO...
chick
2016-02-22
Fixed improper apostrophe in it's in TesterDriverSpec comments
chick
2016-02-10
TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed.
chick
2016-02-10
The TesterDriverSpec has been made stronger by altering circuit in finish method
chick
2016-02-10
Added some comments describing potential use of the finish method hook
chick
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
[next]