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
2019-02-22
Stop reporting exceptions in custom transformations as internal errors (#867)
Jack Koenig
2018-12-20
Require transforms.size >= 1 for Compilers
Schuyler Eldridge
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-08-30
Emit Verilog Comments (#874)
albertchen-sifive
2018-08-08
Use LinkedHashSet in propagateAnnotations (#855)
albertchen-sifive
2018-03-28
Enhance RenameMap to support circuit renaming (#775)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-11-28
Refactor RenameMap to rename Components if their Module is renamed
Jack
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-06-06
Display the total time firrtl took to compile (#599)
Colin Schmidt
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-04-20
move circuit dumping to trace so debug gives annos only (#524)
Colin Schmidt
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-22
Throw different error message for missing emitanno
Adam Izraelevitz
2017-03-17
Give better error message if missing emitedcircuit
Adam Izraelevitz
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
[next]