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
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2018-01-08
Typo: ExecutionOptionManager -> ExecutionOptionsManager.
Leway Colin
2018-01-05
Fix FirrtlExecutionOptions backward incompatible change (#704). (#720)
Jim Lawson
2018-01-05
Remove erroneous undef of RANDOMIZE in emitted Verilog
Jack Koenig
2017-12-29
Add support for multiple annotation files
Jack
2017-12-29
Actually emit annotations as YAML instead of default toString
Jack
2017-12-29
Remove option --force-append-anno-file, make default
Jack Koenig
2017-12-29
Add Driver.dramaticWarning
Jack
2017-12-29
Add logger printing for declarations removed by DCE
Jack Koenig
2017-12-29
Add NodeCount analysis for helping with performance debugging
Jack Koenig
2017-12-27
Removed top preamble (#640)
Adam Izraelevitz
2017-12-26
Adjust isVCSAvailable comment
edwardcwang
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-12-20
Verify shl/shr amount is > 0 (#710)
Jim Lawson
2017-12-20
Fix bug in ConstProp where module dependency edges were dropped (#696)
Jack Koenig
2017-12-20
Make submodule inputs void in ExpandWhens (#706)
Jack Koenig
2017-12-20
Add "checker" to the set of Verilog keywords - fixes 455. (#711)
Jim Lawson
2017-12-19
support -X sverilog to output xxxx.sv file (#638)
Wei Song (宋威)
2017-12-19
Make toNamed invert serialize (#709)
Schuyler Eldridge
2017-12-15
getBuildDir now builds full path
Adam Izraelevitz
2017-12-12
Add RemoveWires transform
Jack Koenig
2017-12-12
Improve MultiInfo emission, add apply that squashes NoInfo
Jack Koenig
2017-12-12
Make object ConstantPropagation utils
Jack Koenig
2017-11-29
Add alternative graph IR (#671)
Wenyu Tang
2017-11-28
Have DedupModules report renaming
Jack
2017-11-28
Refactor RenameMap to rename Components if their Module is renamed
Jack
2017-11-16
Move digraph exceptions out of digraph class (#688)
Albert Magyar
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-11-08
Add InfoSpec for checking Info propagation
Jack Koenig
2017-11-08
Add FirrtlCheckers and scalatest helpers for testing
Jack Koenig
2017-11-08
Emit source locators as comments in emitted Verilog
Jack Koenig
2017-10-31
Fix bug emitting and reparsing ExtModule String parameters (#675)
Jack Koenig
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
[next]