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
Age
Commit message (
Expand
)
Author
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-28
Merge pull request #615 from freechipsproject/remove-reset
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-08
Update travis button for new organization (#602)
Colin Schmidt
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
2017-05-19
Delete black_box_verilog_files.f if we aren't going to create it - fixes #504...
Jim Lawson
2017-05-18
Bump scopt for prettier option parsing (#546)
Schuyler Eldridge
2017-05-18
Upgrade Logging facility (#488)
Chick Markley
2017-05-17
Make sure not to DCE input-only extmodules unless specified (#590)
Jack Koenig
2017-05-12
Bugfix: renaming instance ports was broken. (#588)
Adam Izraelevitz
2017-05-12
Fix pad, second try (#465)
Adam Izraelevitz
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-05-10
Fix typo in ExecutionOptionsManager comment (#520)
Colin Schmidt
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-05-03
Add checks on register clock and reset types (#33) (#553)
Albert Magyar
2017-05-03
Add test for source locators on multi-line reset registers (#554)
Jack Koenig
2017-04-28
Add info on reset block lines to ANTLR grammar (#468)
Albert Magyar
2017-04-20
move circuit dumping to trace so debug gives annos only (#524)
Colin Schmidt
2017-04-18
"Scope" test resource (top.cpp). (#398)
Jim Lawson
2017-04-13
Speed up CSE by doing CSE on node expression before recording the node (#543)
Jack Koenig
2017-04-04
DecorateMems should not delete annoations (#523)
Colin Schmidt
2017-04-03
Change implicit value classes to prefix with _ (#522)
Adam Izraelevitz
2017-04-03
Find a single cycle from potentially many in a combinational SCC
Albert Magyar
2017-03-30
Make force-append-anno-file work. Fixes #515 (#516)
Jack Koenig
2017-03-30
Change findSCCs to iterative implementation (#513)
Albert Magyar
2017-03-29
Fix bug where zero width expressions in nodes wouldn't get zeroed (#514)
Jack Koenig
2017-03-23
Add pass to detect combinational loops
Albert Magyar
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-23
Add TargetDirAnnotation to give transforms access (#503)
Jack Koenig
2017-03-22
Throw different error message for missing emitanno
Adam Izraelevitz
[prev]
[next]