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-07-20
Constant prop add (#849)
albertchen-sifive
2018-07-10
Combinational Dependency Annotation (#809)
Adam Izraelevitz
2018-06-28
Make CheckCombLoops find combinational nodes with self-edges (#837)
Albert Magyar
2018-06-13
Resolve register clock dependencies in RemoveWires (#823)
Schuyler Eldridge
2018-06-11
Use attach to connect analogs when grouping (#805)
Colin Schmidt
2018-06-06
ConstProp attached wires if there is also a port (#818)
Jack Koenig
2018-05-29
Fix pad (#817)
Jack Koenig
2018-05-15
Replace truncating add and sub with addw/subw (#800)
Jack Koenig
2018-05-11
TopWiring Transform (#798)
alonamid
2018-05-09
Bugfix: ports of a temporary name would break const-prop (#806)
Adam Izraelevitz
2018-05-02
Deprecate old WiringUtils methods/classes (#801)
Schuyler Eldridge
2018-04-16
Cleaning up BlackBoxSourceHelper - use absolute file paths. (#789)
Jim Lawson
2018-04-11
Cleaning up BlackBoxSourceHelper (#786)
Henry Cook
2018-04-10
Fix bug in Constant Propagation for registers propped to zero (#787)
Jack Koenig
2018-04-03
Make Dedup properly dedup ExtModules (#781)
Jack Koenig
2018-04-02
CyclicException identifies a problem node. (#778)
Chick Markley
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
[next]