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-05-05
Move Chisel API into separate chiselFrontend compilation unit in preparation ...
ducky
2016-05-04
Multiple assign tester
ducky
2016-05-04
Remove dependences from Chisel core on Chisel utils
Andrew Waterman
2016-05-04
Support writing literals like 1.U or -1.S
Andrew Waterman
2016-05-04
clock|reset to _clock|_reset, added explanatory comment
Stephen Twigg
2016-05-04
Change BlackBox.io.setRef into comment
Stephen Twigg
2016-05-04
Rewrite BlackBox IO contract, replace _clock|_reset
Stephen Twigg
2016-05-04
Add HasId=Module|Data.suggestName, TransitName util
Stephen Twigg
2016-05-02
more kind assert on chiselMain
Donggyu Kim
2016-04-26
Replace deprecated usage in tests. Issue #149
Jim Lawson
2016-04-26
Scalastyle fixes and "ignores". - No functional changes.
Jim Lawson
2016-04-18
Add whenever method to TblSpec forall to weed out invalid test values.
Jim Lawson
2016-04-18
Only elaborate once in chiselMain.run()
Palmer Dabbelt
2016-04-15
Test FIRRTL string literals more aggressively
Andrew Waterman
2016-04-14
Disallow Counters with negative n
Andrew Waterman
2016-04-14
Use mkString to clarify and speed up DefPrim emission
Andrew Waterman
2016-04-14
Don't eagerly evaluate assertion failure strings
Andrew Waterman
2016-04-14
Improve performance of hashing HasId (e.g. Data)
Andrew Waterman
2016-04-14
Eliminate RefMap
Andrew Waterman
2016-04-14
Reject log2Up on negative inputs
Andrew Waterman
2016-04-13
Remove underscores from constant creation
Colin Schmidt
2016-04-05
Make Wire(init = x) behave the same as Wire(t = x) := x
Andrew Waterman
2016-04-01
Clearly delineate pipe/flow behavior in Queue
Andrew Waterman
2016-04-01
Reduce FIRRTL node count for Counter
Andrew Waterman
2016-04-01
Improve Arbiter implementation and QoR
Andrew Waterman
2016-04-01
Make ArbiterCtrl private; make O(n), not O(n^2)
Andrew Waterman
2016-04-01
Return Seq, not Vec, from PriorityEncoderOH
Andrew Waterman
2016-03-31
Fix fromBits for this.width > that.width
Andrew Waterman
2016-03-28
Allow invocation of printf without applying reset
Andrew Waterman
2016-03-28
Apply DeMorgan's law to improve assert code readability
Andrew Waterman
2016-03-18
Add test for assertions in modules with pipedlined reset
jackkoenig
2016-03-18
Make Chisel self-testing work with new FIRRTL printf/stop guards
jackkoenig
2016-03-18
Only randomize directory names during testing
jackkoenig
2016-03-15
Add =/= to SInt
jackkoenig
2016-03-14
Scalastyle cleanup - no functional differences.
Jim Lawson
2016-03-08
Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator command
chick
2016-03-06
Print a better message on constant width failures
Palmer Dabbelt
2016-03-05
Actually parse "--targetDir"
Palmer Dabbelt
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-23
Emit no width instead of <?> for unknown width UInt and SInt literals and types
jackkoenig
2016-02-22
Merge pull request #99 from ucb-bar/chisel_tester_support
Richard Lin
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
Added license and alpha version
azidar
2016-02-09
Merge pull request #98 from ucb-bar/prettyassert
Andrew Waterman
2016-02-09
fixed test for finish method being put in the wrong place
chick
[next]