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
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-27
Const prop improvement (#772)
Jack Koenig
2018-03-23
Make Register Update Flattening a Transform and Delete Dangling Nodes (#692)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-27
Add log-level debug message for modules that get deduped (#748)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2018-01-30
Make Constant Propagation respect dontTouch on registers
Jack Koenig
2018-01-30
Fix bug incorrectly propagating constants on submodule inputs
Jack Koenig
2017-12-29
Add logger printing for declarations removed by DCE
Jack Koenig
2017-12-12
Add RemoveWires transform
Jack Koenig
2017-12-12
Make object ConstantPropagation utils
Jack Koenig
2017-11-28
Have DedupModules report renaming
Jack
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-08-14
Constant propagation across module boundaries (#633)
Jack Koenig
2017-08-04
bug fix for cases when we want to flatten a module in which a module is insta...
Andrey Ayupov
2017-08-01
DCE for IsInvalid (#629)
Donggyu
2017-07-26
Flatten transformation (#631)
Andrey Ayupov
2017-07-17
do not swap wire names with node names
Donggyu Kim
2017-07-17
Fix ConstProp bug where multiple names would swap with one
Jack Koenig
2017-06-29
ConstProp registers that are only connected to or reset to a consant
Jack Koenig
2017-06-29
Preserve "better" names in Constant Propagation
Jack Koenig
2017-06-28
Make Constant Propagation respect dontTouch
Jack Koenig
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-06-27
Add RemoveReset transform to replace register reset with a Mux
Jack Koenig
2017-06-21
Add --no-dce command-line option to skip DCE
Jack Koenig
2017-06-12
Add option to disable combinational loop detection
Jack Koenig
2017-06-12
Move CheckCombLoops from passes/ to transforms/
Jack Koenig
2017-05-25
Fix performance bug in DCE (#596)
Jack Koenig
2017-05-19
Delete black_box_verilog_files.f if we aren't going to create it - fixes #504...
Jim Lawson
2017-05-17
Make sure not to DCE input-only extmodules unless specified (#590)
Jack Koenig
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-02-23
fix bug in blackboxsourcehelper apply -- pointed to wrong transform
Angie
2017-02-07
Return a new circuit object after execution (#433)
Colin Schmidt
2017-02-01
Fix anno in backend (#428)
Chick Markley
2017-01-31
Blackboxhelper (#418)
Chick Markley
2017-01-20
Remove merging of source locators during module deduplication
Jack
2016-12-14
Added NoDedup annotation and test (#397)
Adam Izraelevitz
2016-11-30
Bugfix: Dedup aggressively (ignore comments) (#375)
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Add a pass to deduplicate modules
azidar
[prev]