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-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
2018-09-26
Another TopWiring Bug Fix (Multi-Level Annotations) (#889)
alonamid
2018-09-13
Do not remove ExtMods with no ports by default (#888)
albertchen-sifive
2018-09-07
Bug Fixes in TopWiring (#885)
alonamid
2018-08-29
Filter resource file names to avoid including the same file multiple times. (...
Jim Lawson
2018-08-24
Update DontTouchAnnotation not found error message (#864)
Jack Koenig
2018-08-07
Make RemoveWires properly include registers in dependency graph
Jack Koenig
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
[next]