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
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
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-02-23
fix bug in blackboxsourcehelper apply -- pointed to wrong transform
Angie
2017-02-07
Return a new circuit object after execution (#433)
Colin Schmidt
2017-02-01
Fix anno in backend (#428)
Chick Markley
2017-01-31
Blackboxhelper (#418)
Chick Markley
2017-01-20
Remove merging of source locators during module deduplication
Jack
2016-12-14
Added NoDedup annotation and test (#397)
Adam Izraelevitz
2016-11-30
Bugfix: Dedup aggressively (ignore comments) (#375)
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Add a pass to deduplicate modules
azidar