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
/
LoweringCompilers.scala
Age
Commit message (
Expand
)
Author
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
2021-01-26
Fix post-merge publishing (#2055)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-04-27
Fix remaining 'removed in 1.3' deprecations (#1542)
Albert Magyar
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-18
Remove last connect semantics from reset inference (#1396)
Jack Koenig
2019-11-05
Move CheckResets after CheckCombLoops (#1224)
Jack Koenig
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-02-22
Add Width Constraints with Annotations (#956)
Albert Chen
2019-02-05
Add RemoveValidIf to -X mverilog
Schuyler Eldridge
2019-02-05
Add "mverilog" Compiler Option, Compiler Fixes
Schuyler Eldridge
2018-12-20
Use IdentityTransform to construct NoneCompiler
Schuyler Eldridge
2018-11-27
Add "none" compiler (#953)
Jack Koenig
2018-11-15
Combine cats (#851)
Albert Chen
2018-08-29
Add SystemVerilogCompiler class
Schuyler Eldridge
2018-07-26
Support for load memory annotations in chisel (#833)
Chick Markley
2018-07-20
Constant prop add (#849)
albertchen-sifive
2018-05-21
Fix more problems with zero width things. (#779)
grebe
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-12-12
Add RemoveWires transform
Jack Koenig
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-06-27
Add RemoveReset transform to replace register reset with a Mux
Jack Koenig
2017-06-12
Move CheckCombLoops from passes/ to transforms/
Jack Koenig
2017-06-12
Change CheckCombLoops to a Transform
Jack Koenig
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-23
Add pass to detect combinational loops
Albert Magyar
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-06
Zero width (#402)
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-22
[stevo]: Adams fix
Stevo Bailey
2017-01-31
Blackboxhelper (#418)
Chick Markley
2016-12-14
Add support for top-level use of MiddleFirrtlCompiler.
Jim Lawson
2016-12-05
Add check for muxing between clocks (#360)
Jack Koenig
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-11-03
Added Legalize to MiddleToLowFirrtl
azidar
2016-10-30
Keep package name + directory structure consistent (#354)
Colin Schmidt
2016-10-25
Logger 1 (#338)
Chick Markley
2016-10-17
Reorganized memory blackboxing (#336)
Adam Izraelevitz
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-25
offload latency pipe generation for memories from VerilogEmitter
Donggyu Kim
[next]