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
/
Compiler.scala
Age
Commit message (
Expand
)
Author
2017-03-06
Added more stylized debugging style
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-06
Added pass name to debug logger
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-01-05
Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate.
Jim Lawson
2016-12-06
Fixes for Annotation serialized/deserialize (#390)
Chick Markley
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Add a pass to deduplicate modules
azidar
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-09-14
style fixes for Compiler.scala, LoweringCompiler.scala
Donggyu Kim
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-06-10
API Cleanup - AST
Jack
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz
2016-05-10
Modified Verilog compiler to use new passes
Adam Izraelevitz
2016-04-22
Add Uniquify Pass
jackkoenig
2016-04-21
Avoid Lint errors connecting wide signals to narrow ones
Andrew Waterman
2016-04-21
Run Split Expressions before ConstProp, CSE, and DCE
jackkoenig
2016-04-14
Add CSE pass
Andrew Waterman
2016-04-07
Add primitive dead code elimination pass
Andrew Waterman
2016-03-15
Change non-reentrant VerilogEmitter from object to class
Jack
2016-03-10
Add support for right shift by amount larger than argument width
jackkoenig
2016-02-23
Change FIRRTL Compiler to remove CHIRRTL and Check High FIRRTL Form
Jack
2016-02-23
Stop closing writers in compiler, close in Driver instead (allows others to u...
Jack
2016-02-09
Added license to FIRRTL files
azidar
2016-02-09
Added remaining check passes. Ready for open sourcing
azidar
2016-02-09
Added chirrtl passes, need to update parser
azidar
2016-02-09
More bug fixes
azidar
2016-02-09
Added constprop,v-wrap,v-rename. All set to attempt like->like comparison of ...
azidar
2016-02-09
Added Lower Types.
azidar
2016-02-09
Moved passes to new package
azidar
2016-02-09
Restructure passes to be new subpackage with more modular design, add new str...
Jack
[prev]