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
/
passes
/
RemoveCHIRRTL.scala
Age
Commit message (
Expand
)
Author
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
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-07-29
[2.13] use scala.collection.Seq instead of mutable.Seq
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-10
Remove Left Over References to Gender in Code (#1752)
Kevin Laeufer
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-10-03
Add Block factory from argument list of Statements (#1197)
Albert Magyar
2019-09-30
Improve read-under-write parameter support
Albert Magyar
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2018-12-18
Give better error when mport references non-existant memory. (#975)
Paul Rigge
2018-07-03
Improve code generation for smem wmode and [w]mask ports (#834)
Andrew Waterman
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2016-11-05
Fix CHIRRTL bugs (#355)
Donggyu
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-27
remove unnecessary parentheses
chick
2016-09-25
remove unnecessary blocks
chick
2016-09-25
use name parameter when calling a function with boolean constant
chick
2016-09-23
use .head instead of (0)
chick
2016-09-21
Fix clock connections in InferReadWrite (#310)
Donggyu
2016-09-14
fix enable signal inferecne for smems' read ports (#289)
Donggyu
2016-09-13
Fix a lurking width-inference bug; improve adjacent style (#298)
Andrew Waterman
2016-09-13
use BoolType for UIntType(IntWidth(1))
Donggyu Kim
2016-09-13
clean up MemUtils
Donggyu Kim
2016-09-08
refactor RemoveCHIRRTL
Donggyu Kim
2016-09-08
split Passes.scala into multiple files(InferTypes.scala, Resolves.scala, Remo...
Donggyu Kim