index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
firrtl
/
transforms
Age
Commit message (
Expand
)
Author
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-09-12
Add space, s/Github/GitHub/ in DontTouchException (#1177)
Schuyler Eldridge
2019-09-05
Filter out more filename extensions for blackbox source headers (#1134)
Albert Magyar
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-08-07
Improve RemoveReset handling of invalid inits
Schuyler Eldridge
2019-07-30
Fix "since" deprecation, should be "1.2" not "1.3" (#1139)
Schuyler Eldridge
2019-07-25
Allow name of blackbox resource .f file to change from static value (#1129)
Albert Magyar
2019-07-24
Add ExpandConnects to TopWiringTransform fixup (#1135)
Schuyler Eldridge
2019-07-23
more constprop on muxes (#1052)
Donggyu Kim
2019-07-19
Add SimplifyMems transform to lower memories without splitting (#1111)
Albert Magyar
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-06-28
Remove deprecated ComponentName from CombinationalPath annotation (#1107)
Albert Magyar
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-05-09
Bugfix: GroupComponents (#1082)
Adam Izraelevitz
2019-05-04
Add register init to RemoveWires dependencies (#1078)
Schuyler Eldridge
2019-04-29
Update NoCircuitDedupAnnotation so it's available from firrtl.stage.FirrtlMain
Jim Lawson
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
2019-03-29
Faster reg constprop (#1067)
Albert Magyar
2019-03-26
DCE printf and stop statements with constant-0 enables
Andrew Waterman
2019-02-27
Add --nodedup option to facilitate FIRRTL to verilog regression testing. (#1035)
Jim Lawson
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2019-02-21
Don't let the main module become deduped out of existence. (#1023)
Jim Lawson
2019-02-21
Prevent Flatten from stripping all annotations (#1024)
Schuyler Eldridge
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2019-02-05
Do Shr constant propagation in Legalize
Schuyler Eldridge
2019-02-05
Missed constprop opportunity (#1009)
Andrew Waterman
2019-01-21
Merge branch 'master' into top-wiring-aggregates
David Biancolin
2019-01-13
Suppress unchecked warning in Constant Propagation
Jack Koenig
2019-01-13
Constant Propagate dshl and dshr with constant amounts
Jack Koenig
2019-01-13
Keep constant propagating expressions until done optimizing
Jack Koenig
2019-01-04
Fix GroupComponents to work with unused components
Jack Koenig
2019-01-02
Make GroupComponents run ResolveKinds
Jack Koenig
2018-12-21
Enhance CheckCombLoops to support annotated ExtModule paths (#962)
Albert Magyar
2018-12-19
Add IdentityTransform
Schuyler Eldridge
2018-12-13
[Top Wiring] Expand top wiring to work on aggregates
David Biancolin
2018-12-06
Fix bug in dedup where lots of annotations could prevent dedup (#958)
Jack Koenig
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-11-16
Memoize type of instance refs in RemoveKeywordCollisions (#942)
Jack Koenig
2018-11-15
Combine cats (#851)
Albert Chen
2018-11-07
Make CheckCombLoops a RegisteredTransform
Schuyler Eldridge
2018-11-07
Make DeadCodeElimination a RegisteredTransform
Schuyler Eldridge
2018-10-31
Use Vector instead of List for bulk renaming in RenameMap
Jack Koenig
2018-10-31
Don't include verilog header files in "FileList" for VCS/Verilator. (#918)
Jim Lawson
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-10-24
Better error message on missing BlackBox resource
Schuyler Eldridge
2018-10-12
Refactor VerilogRename -> RemoveKeywordCollisions
Schuyler Eldridge
2018-10-01
add BlackBoxPathAnno (#903)
albertchen-sifive
[next]