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
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
Merge pull request #95 from ucb-bar/flipped
Chick Markley
2016-02-08
Added a simple tests that DeqIO and EnqIO get their directions right and are ...
chick
2016-02-08
Escape control characters in Printf string literals
Andrew Waterman
2016-02-08
Use Flipped trait to implement DeqIO
Andrew Waterman
2016-02-08
Add Flipped trait that flips an Aggregate
Andrew Waterman
2016-02-03
Merge branch 'master' into blackbox
Andrew Waterman
2016-02-03
Merge pull request #76 from ucb-bar/assertmacro
Andrew Waterman
2016-02-02
Add some Chisel2 driver emulation methods
Palmer Dabbelt
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
Add macros so assert prints prettier
ducky
2016-01-28
Merge branch 'master' into modrefactor
Andrew Waterman
2016-01-28
Merge branch 'master' into scalastyle
Andrew Waterman
2016-01-28
Use FIRRTL is invalid construct
Andrew Waterman
2016-01-27
Use FIRRTL nodes add+tail instead of addw
Andrew Waterman
2016-01-27
Use FIRRTL node rem, not mod, for %
Andrew Waterman
2016-01-27
Remove unsupported FIRRTL node bit(); use bits()
Andrew Waterman
2016-01-27
In FIRRTL, bitwise operators return UInt
Andrew Waterman
2016-01-27
New FIRRTL syntax for reg
Andrew Waterman
2016-01-27
Only deduplicate when Module classname is the same
ducky
2016-01-27
Add unit test for module deduplication
ducky
2016-01-25
Emit FIRRTL muxes for aggregates
Andrew Waterman
2016-01-24
Disallow weak connect for Vec
Andrew Waterman
2016-01-23
Implement first draft of new FIRRTL changes
Andrew Waterman
2016-01-23
Change implicit clock name to clk to match Chisel2
Andrew Waterman
2016-01-23
Don't use deprecated constructs
Andrew Waterman
2016-01-23
Move firrtl subpackage to inside internal subpackage.
jackkoenig
2016-01-17
Remove unused WhenElse IR node
Andrew Waterman
2016-01-17
Improve code generation for When
Andrew Waterman
2016-01-17
Merge pull request #89 from ucb-bar/when
Andrew Waterman
2016-01-17
Add =/= operator to BitPat
Andrew Waterman
2016-01-16
Disallow Muxing between bundles whose fields have different widths
Andrew Waterman
2016-01-16
Allow Wire() to be called from parameterized functions
Andrew Waterman
2016-01-16
Add When test and fix when / elsewhen / otherwise behavior
ducky
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
Add a dummy chiselMain
Palmer Dabbelt
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-31
Add assert(Boolean), assert(Boolean, String)
Palmer Dabbelt
2015-12-30
Add '=/=' to bits, which does the same as '!='
Palmer Dabbelt
2015-12-15
Meaningful error when resource copy fails
ducky
2015-12-15
Print test stdout/stderr to console
ducky
2015-12-14
Modify TestDriver to take resource paths instead of Files
ducky
2015-12-11
Fix Counter doc
ducky
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
[next]