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
2020-03-24
Propagate user compile options for Chisel.Module (#1387)
Jack Koenig
2020-03-24
Add ChiselStageSpec for string/circuit emission
Schuyler Eldridge
2020-03-23
Add NoChiselNamePrefix to ignore instances in @chiselName (#1383)
Jack Koenig
2020-03-19
Test nested ChiselException in ChiselMain
Schuyler Eldridge
2020-03-11
Wrap elaboration in ChiselException
Schuyler Eldridge
2020-03-06
Provide API to set concrete type of implicit reset (#1361)
Jack Koenig
2020-03-02
Cleanup aspects (#1359)
Adam Izraelevitz
2020-02-12
Fix := of Reset and AsyncReset to DontCare (#1336)
Jack Koenig
2020-02-10
Make Queue.irrevocable work properly in chisel3
Edward Wang
2020-02-10
Printf: Add support for tabs, and give helpful error messages (#1323) (#1326)
Jack Koenig
2020-02-06
Emit FIRRTL andr, orr for Bits.{andR, orR}
Schuyler Eldridge
2020-02-03
Add read-under-write parameter to SyncReadMem (#1183)
Albert Magyar
2020-01-31
Merge branch 'master' into add-asbool-to-clock
Chick Markley
2020-01-21
Merge branch 'master' into big-decimal-methods-for-num-types
chick
2020-01-21
Merge branch 'master' into add-asbool-to-clock
Jim Lawson
2020-01-21
Removed unnecessary cast
Chick Markley
2020-01-21
Merge branch 'master' into add-asbool-to-clock
Jim Lawson
2020-01-21
Merge branch 'master' into fix-bitpat-whitespace
Jim Lawson
2020-01-17
Bugfix: Select.instances now works with blackboxes (#1303)
Adam Izraelevitz
2020-01-07
Merge branch 'master' into add-asbool-to-clock
Jim Lawson
2020-01-07
Merge branch 'master' into fix-bitpat-whitespace
Jim Lawson
2019-12-18
Add method asBool to Clock.
chick
2019-12-18
- New trait HasBinaryPoint which provides literal values as double and big de...
chick
2019-12-18
BitPat supports whitespace and underscores, presumably for human readability.
chick
2019-12-12
Fixed problem creating Interval literals with full ranges
chick
2019-12-11
- add simple test of IntervalRange helpers
chick
2019-12-06
Revert "Compat compile options macro (#1253)" (#1268)
Jack Koenig
2019-12-04
Add ChiselEnum to BundleLiterals (#1215)
Zhuanhao Wu
2019-12-02
Fix asTypeOf for Clock (#1258)
Jack Koenig
2019-11-29
Compat compile options macro (#1253)
Jack Koenig
2019-11-27
Fix bidirectional Wire with Analog (#1252)
Jack Koenig
2019-11-15
Enable @chiselName on non-module classes (#1209)
John's Brew
2019-11-05
Add tests for exhaustive MuxLookup optimization
Albert Magyar
2019-11-05
Support literals cast to aggregates as async reset reg init values (#1225)
Jack Koenig
2019-11-02
Tests for anonymous/class-in-module desiredName
Schuyler Eldridge
2019-10-21
Add BoringUtils.bore test for internal boring
Schuyler Eldridge
2019-10-18
Interval Data Type Support for Chisel (#1210)
Chick Markley
2019-10-08
Fix direction of dynamic index in complex Vec (#1196)
Jack Koenig
2019-10-07
Improve desiredName for nested objects/classes
Schuyler Eldridge
2019-09-16
Da steve101 tree reduce (#485)
Jack Koenig
2019-09-13
Fix Queue.apply for size 0 in chisel3._ code (#1177)
Jack Koenig
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-27
Test stack trace trimming for ChiselStage
Schuyler Eldridge
2019-08-27
Add test that stack trace trimming works
Schuyler Eldridge
2019-08-27
Add firrtlTests.Utils methods
Schuyler Eldridge
2019-08-13
Add support for asynchronous reset (#1011)
Jack Koenig
2019-08-12
Aspect-Oriented Programming for Chisel (#1077)
Adam Izraelevitz
2019-08-08
Require target is hardware for Vec.apply(a: UInt)
Schuyler Eldridge
2019-07-31
Add SInt deprecated compatibility tests
Schuyler Eldridge
2019-07-31
Add UInt deprecated compatibility tests
Schuyler Eldridge
[next]