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
/
main
/
scala
/
chisel3
/
internal
Age
Commit message (
Expand
)
Author
2022-09-20
Use new lazy serialization in FIRRTL (#2741) (#2744)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-08-23
Emit .fir lazily, overcomes JVM 2 GiB String limit
Jack Koenig
2021-08-23
Remove chisel3's own firrtl Emitter, use firrtl Serializer
Jack Koenig
2021-08-18
Revert "remove DefRegInit, change DefReg API with option definition. (#1944)"...
Jack Koenig
2021-08-17
remove DefRegInit, change DefReg API with option definition. (#1944)
Jiuyang Liu
2021-07-06
Make printf return BaseSim subclass so it can be named/annotated (#1992)
Deborah Soung
2021-06-24
create and extend annotatable BaseSim class for verification nodes (#1968)
Deborah Soung
2021-02-03
Remove Deprecated APIs (#1730)
Jiuyang Liu
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-22
Basic model checking API (#1499)
Tom Alcorn
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Remove Driver usage in Emitter
Schuyler Eldridge
2020-02-03
Add read-under-write parameter to SyncReadMem (#1183)
Albert Magyar
2019-10-18
Interval Data Type Support for Chisel (#1210)
Chick Markley
2019-08-13
Add support for asynchronous reset (#1011)
Jack Koenig
2019-08-12
Aspect-Oriented Programming for Chisel (#1077)
Adam Izraelevitz
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-04-15
Avoid silently truncating BigInt to Int
Andrew Waterman
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-02
Direct to FIRRTL (#829)
Jack Koenig
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
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-11-21
Remove deduplication from Chisel (#347)
Donggyu
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
2016-11-14
Add SourceInfo.makeMessage to better use SourceInfo in error messages
Jack
2016-10-12
remove trailing whitespace for annotations
Scott Beamer
2016-10-06
Fix typo in emitted string.
Jim Lawson
2016-10-06
Breakup the initial emitted string per @ducky64.
Jim Lawson
2016-10-06
Remove non-standard sbt-buildinfo settings; write buildinfo to firrtl file.
Jim Lawson
2016-09-21
Make implicit clock name consistent (#288)
Andrew Waterman
2016-09-07
Fix bug in Printable FullName of submodule port
jackkoenig
2016-09-07
Add Printable (#270)
Jack Koenig
2016-08-25
fix a bug in setModName
Donggyu Kim
2016-08-21
provides signal name methods for firrtl annotation and chisel testers
Donggyu Kim
2016-08-09
Support Module name overrides with "override def desiredName"
Andrew Waterman
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson