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
Age
Commit message (
Expand
)
Author
2017-09-30
Make ReplaceAccesses optimize multi-dimensional accesses (#665)
Albert Magyar
2017-09-30
Fixed zero width cat but (#651)
Adam Izraelevitz
2017-09-29
StringLit.verilogEscape should support all printable ASCII chars (#668)
Jack Koenig
2017-09-29
Namespace - only save suffix for temp names (#667)
Jack Koenig
2017-09-22
Fix string lit (#663)
Jack Koenig
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-09-21
Fix problem where wrong verilog file is used. (#661)
Chick Markley
2017-09-19
Provide mechanism so that programs can optionally (#660)
Chick Markley
2017-09-19
Create way of collecting program arguments in Driver (#659)
Chick Markley
2017-09-12
Make pathsInDAG walk all possible paths (#655)
Schuyler Eldridge
2017-09-06
Write tests on multi-rooted circuits for ConstProp
Edward Wang
2017-09-05
Add InstanceGraph tests
Edward Wang
2017-09-05
Make InstanceGraph track module hierarchies not contained in the top-level hi...
Albert Magyar
2017-08-31
Added option to emit final annotations (#649)
Adam Izraelevitz
2017-08-23
Reorder port and wire assignments in Verilog (#641)
Adam Izraelevitz
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-07-14
Fix bug in DiGraph.reverse on an graph with one vertex, no edges (#628)
Jack Koenig
2017-07-06
Fixed inability to disable combo loop check (#619)
Chick Markley
2017-06-29
ConstProp registers that are only connected to or reset to a consant
Jack Koenig
2017-06-29
Connect registers with no connections to zero
Jack Koenig
2017-06-29
Add test for padding constant connections to wires in ConstProp
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-28
[Testing] Clean up SimpleTransformSpec execute methods
Jack Koenig
2017-06-28
[Testing] Have SimpleTransformSpec mix in FirrtlMatchers
Jack Koenig
2017-06-27
Add RemoveReset transform to replace register reset with a Mux
Jack Koenig
2017-06-27
Emitting reg update mux tree, only walk netlist for wires and nodes
Jack Koenig
2017-06-26
Add support for wires in ConstProp
Jack Koenig
2017-06-26
Speed up ConstProp by doing ConstProp before recording node
Jack Koenig
2017-06-21
Add --no-dce command-line option to skip DCE
Jack Koenig
2017-06-13
Replace IsInvalids on LowForm with connection to zero
Jack Koenig
2017-06-13
Canonicalize spacing in RemoveValidIf
Jack Koenig
2017-06-13
Make ExpandWhens delete 'is invalid' for attached Analog components
Jack Koenig
2017-06-13
Style changes to ExpandWhensSpec
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-06-12
Change CheckCombLoops to a Transform
Jack Koenig
2017-06-12
Fixes a typo in the verilog `elsif code generation (#603)
Shreesha Srinath
2017-06-06
Display the total time firrtl took to compile (#599)
Colin Schmidt
2017-05-30
Change base of randomization values to _RAND instead of _GEN
Jack Koenig
2017-05-30
Add some comments to `endif
Jack Koenig
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
2017-05-25
Fix performance bug in DCE (#596)
Jack Koenig
2017-05-25
Fix performance bug in ZeroWidth (#594)
Jack Koenig
[next]