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
2017-03-08
Correct Fill's exception behavior; avoid log2Up
Andrew Waterman
2017-02-28
Use test_run_dir for more tests. (#534)
Jim Lawson
2017-02-27
Add test for digit field names in Records
Jack Koenig
2017-02-27
Update BetterNamingTests to use NamedModuleTester
Jack Koenig
2017-02-24
Fix mismatch between Chisel and Firrtl on UInt -& UInt
Jack Koenig
2017-02-24
Test that large Vecs can have widths inferred
jackkoenig
2017-02-24
Escape % in assertion messages
Jack Koenig
2017-02-22
Bugfix #513. Fix BPSet width inference in Chisel3 (#523)
Adam Izraelevitz
2017-02-16
Add support for clock and reset scoping (#509)
Jack Koenig
2017-02-15
Implement asTypeOf, refactor internal APIs (#450)
Richard Lin
2017-02-15
Fixed point factory stuff (#505)
Chick Markley
2017-02-08
Fix random failures in CompatibilitySpec (#498)
Jack Koenig
2017-02-08
Add Analog type
Jack Koenig
2017-02-08
Fix up deprecation warnings and clean up CompatibiltySpec code. (#471)
Jim Lawson
2017-02-07
Fix up Absolute value #abs (#491)
Chick Markley
2017-02-07
Add generateFirrtl() method to ChiselSpec.scala (#423)
Jim Lawson
2017-02-07
Name all the things
ducky
2017-02-07
Rename SeqMem to SyncReadMem. (#490)
Jim Lawson
2017-02-03
Added vec IO tests for #104 (#480)
Jim Lawson
2017-02-02
Revamp VendingMachine.scala as cookbook example
jackkoenig
2017-02-02
Bring cookbook up to date with chisel3 API
jackkoenig
2017-02-01
Move backend compilation utilities (#400)
Jim Lawson
2017-01-31
Make Module and Bundle properly use empty namespaces
Jack
2017-01-31
Add compile [to Verilog] to ChiselRunners
Jack
2017-01-31
Fix spelling of ChiselExecutionSuccess
Jack
2017-01-31
Move blackbox verilog implementations within reach of verilator (#453)
Chick Markley
2017-01-30
Add shift register with reset (#439)
Stevo
2017-01-27
Deprecate firrtlToVerilog in favor of compileFirrtlToVerilog (#367)
Jack Koenig
2017-01-27
Make uselessly public fields in utils private
jackkoenig
2017-01-27
Add basic Chisel2 compatibility sanity checks. (#340)
Jim Lawson
2017-01-27
Provide package-level text to reduce ScalaDoc white space. (#432)
Jim Lawson
2017-01-26
doesn't lose old firrtl options annotations + transforms (#458)
Angie Wang
2017-01-25
Better name propagation by macros (#327)
Richard Lin
2017-01-20
Add Record as new superclass of Bundle (#366)
Jack Koenig
2017-01-20
Mark Annotation and FixedPoint as experimental (#444)
Chick Markley
2017-01-13
Make fromBits work with types other than UInt (#424)
grebe
2017-01-11
Merge branch 'master' into fixedPointFromBits
Adam Izraelevitz
2017-01-10
Make stop() immediately end simulation for Verilator tests (#434)
Jack Koenig
2016-12-22
Merge branch 'master' into fixedPointFromBits
grebe
2016-12-19
Merge branch 'master' into exceptionfix
Jim Lawson
2016-12-15
Merge branch 'master' into fixedPointFromBits
grebe
2016-12-14
Final steps for annotations getting from chisel to firrtl (#405)
Chick Markley
2016-12-14
Change noenq in ReadyValid to use an uninitialized Wire instead of zero (#364)
Jack Koenig
2016-12-13
Fix test.
Paul Rigge
2016-12-13
Checkpoint
Paul Rigge
2016-12-13
Add a test for fromBits on fixed point numbers.
Paul Rigge
2016-12-12
Add Cookbook examples Reg of Vec and FSM (#404)
Jack Koenig
2016-12-07
Support for creating chisel annotations that are consumed by firrtl (#393)
Chick Markley
2016-12-06
utils scaladoc examples for BitPat through CircuitMath (#398)
Richard Lin
2016-12-05
Merge branch 'master' into exceptionfix
Jack Koenig
[next]