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
Age
Commit message (
Expand
)
Author
2016-07-27
More compatibility fixes
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Additional compatibility code.
Jim Lawson
2016-07-25
Enable current (chisel2-style) compatibility mode.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-25
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-25
Use more idiomatic ScalaTest exception expecting code.
Jim Lawson
2016-07-25
catch Bad connection exception
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-21
Ensure test_wire is sinkable.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-20
Generate better names for nodes (#190)
Jack Koenig
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Fix LitBinding and MultiAssign tests.
Jim Lawson
2016-07-19
Incorporate connection logic.
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-07-07
Don't check GCD result before sending it a request
Andrew Waterman
2016-06-21
Most of the remaining tests with Module, IO wrapping.
Jim Lawson
2016-06-21
New Module, IO, Input/Output wrapping.
Jim Lawson
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
[next]