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
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
Add basic Chisel2 compatibility sanity checks. (#340)
Jim Lawson
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-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-05
Merge branch 'master' into exceptionfix
Jack Koenig
2016-12-05
Fix literal width (#389)
Jack Koenig
2016-12-02
Merge branch 'master' into exceptionfix
Jim Lawson
2016-11-23
Simplify Enum API (#385)
Richard Lin
2016-11-21
Deboilerplate the implicit conversions, add support for long.U
ducky
2016-11-21
Convert rest of tests
ducky
2016-11-21
Remove () from as_Int
ducky
2016-11-21
Fix all deprecations from new style
ducky
2016-11-21
All remaining automatable regex re-styles
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-21
SInt conversion finished, everything builds again
ducky
2016-11-21
Move ChiselRange to experimental
ducky
2016-11-21
Address review comments
ducky
2016-11-21
Fix open-open range specifier, remove dead code, restyle tests
ducky
2016-11-21
Add invalid range specifier test
ducky
2016-11-21
Oops, forgot to include literal expressions.
Paul Rigge
2016-11-21
Write range macro tests in a better way.
Paul Rigge
2016-11-21
Add interpolated variables to range macro test.
Paul Rigge
2016-11-21
Change some of the test names.
Paul Rigge
2016-11-21
Add a macro test case
Paul Rigge
2016-11-21
Incorporate feedback.
Paul Rigge
2016-11-21
Add some more tests.
Paul Rigge
2016-11-21
Delete RangeMacroTest now that RangeSpec exists.
Paul Rigge
2016-11-21
simple test that range interpolator works with UInt factory method
chick
2016-11-21
Rename RangeMacro, remove nameprop deps
ducky
2016-11-21
Better testing, better parsing
ducky
2016-11-21
Range macro initial impl
ducky
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
2016-11-14
Add checks for misuse or omission of Module()
Jack
2016-11-14
Avoid dynamicContext issues - use ChiselRunners.elaborate()
Jim Lawson
2016-11-10
Throw exceptions for cloneType failures - fix #358
Jim Lawson
[next]