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
/
ExecutionOptionsManager.scala
Age
Commit message (
Expand
)
Author
2021-11-29
[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)
Jiuyang Liu
2020-11-10
Refactor emiter (#1879)
Jiuyang Liu
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-28
Deprecate CompilerAnnotation (#1870)
Schuyler Eldridge
2020-08-14
All of src/ formatted with scalafmt
chick
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2019-11-29
Remove scala-logging fully in favor of our own logger
Jack Koenig
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-02-27
Add --nodedup option to facilitate FIRRTL to verilog regression testing. (#1035)
Jim Lawson
2019-02-05
Add "mverilog" Compiler Option, Compiler Fixes
Schuyler Eldridge
2019-01-28
typo fix (#1001)
Sequencer
2018-11-27
Add "none" compiler (#953)
Jack Koenig
2018-11-07
Add FirrtlOptions
Schuyler Eldridge
2018-08-29
Add SystemVerilogCompiler class
Schuyler Eldridge
2018-06-28
Protobuf (#832)
Jack Koenig
2018-06-21
--infer-rw should take no argument (#829)
Schuyler Eldridge
2018-06-12
Deprecate SingleStringAnnotation (#811)
Jack Koenig
2018-06-06
Mechanism to stop verilator from generating VCD file Chisel Issue #808 (#794)
Chick Markley
2018-05-23
Add Circuit as option to FirrtlOptions (#814)
Jack Koenig
2018-03-19
Pass up annotations in return value from Driver.execute (#760)
Chick Markley
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-01-05
Fix FirrtlExecutionOptions backward incompatible change (#704). (#720)
Jim Lawson
2017-12-29
Add support for multiple annotation files
Jack
2017-12-29
Remove option --force-append-anno-file, make default
Jack Koenig
2017-12-19
support -X sverilog to output xxxx.sv file (#638)
Wei Song (宋威)
2017-12-15
getBuildDir now builds full path
Adam Izraelevitz
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-08-31
Added option to emit final annotations (#649)
Adam Izraelevitz
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-05-18
Upgrade Logging facility (#488)
Chick Markley
2017-03-23
Add TargetDirAnnotation to give transforms access (#503)
Jack Koenig
2017-03-10
Changed custom transform option and help text
Adam Izraelevitz
2017-03-10
Added custom transform commandline option
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-28
Fix validation print for log-level (#394)
Colin Schmidt
2016-12-14
Add support for top-level use of MiddleFirrtlCompiler.
Jim Lawson
2016-12-06
Fixes for Annotation serialized/deserialize (#390)
Chick Markley
2016-11-30
Bugfix: Dedup aggressively (ignore comments) (#375)
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Clock List Transform (#365)
Adam Izraelevitz
2016-11-07
make default dir be current directory (#361)
Chick Markley
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-10-30
Keep package name + directory structure consistent (#354)
Colin Schmidt
2016-10-25
Logger 1 (#338)
Chick Markley
2016-10-18
Create a simple system for executions and command line parameters (#337)
Chick Markley