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
/
chiselFrontend
/
src
/
main
/
scala
/
chisel3
/
internal
/
firrtl
/
IR.scala
Age
Commit message (
Expand
)
Author
2020-03-25
Rename subprojects to more canonical names
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
2019-12-11
- Change getPossibleValues of Interval to return a NumericRange former Seq ma...
chick
2019-10-18
Interval Data Type Support for Chisel (#1210)
Chick Markley
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-13
Add support for asynchronous reset (#1011)
Jack Koenig
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-04-23
Change size of memories from Int to BigInt (#1076)
Jack Koenig
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-21
Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...
Richard Lin
2018-10-12
Strong enums (#892)
Hasan Genc
2018-07-31
Ensure names work for bundles and literals. (#853)
Jim Lawson
2018-02-28
Refactor Annotations (#767)
Jack Koenig
2017-08-17
Use firrtl elses in elsewhen/otherwise case emission (#510)
Albert Magyar
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-02-08
Add Analog type
Jack Koenig
2016-12-07
Support for creating chisel annotations that are consumed by firrtl (#393)
Chick Markley
2016-12-01
Fix spelling of "specified". (#392)
Jim Lawson
2016-11-21
Fix open-open range specifier, remove dead code, restyle tests
ducky
2016-11-21
first attack on creating a range api for chisel3
chick
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
2016-10-25
FixedPoint number support for chisel3 (#328)
Chick Markley
2016-09-21
Expose FIRRTL asClock construct
Andrew Waterman
2016-09-21
Make implicit clock name consistent (#288)
Andrew Waterman
2016-09-07
Add Printable (#270)
Jack Koenig
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson