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
/
ZeroWidth.scala
Age
Commit message (
Expand
)
Author
2021-12-21
Remove some warnings (#2448)
Jack Koenig
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
Jack Koenig
2021-08-26
Fix dshl zero-width shift behavior (#2339)
Schuyler Eldridge
2021-03-26
Fix bug in zero-width memory removal (#2153)
Schuyler Eldridge
2021-03-14
Fix cat of zero-width SInt (#2116)
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-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-06
[Behavior change] Andr of zero-width wire now returns UIntLiteral(1)
Albert Magyar
2019-09-16
Rename gender to flow
Schuyler Eldridge
2018-07-10
Fix bug in zero-width renaming (#845)
Jack Koenig
2018-07-02
Make ZeroWidth properly rename removed empty aggregates (#839)
Jack Koenig
2018-05-21
Fix more problems with zero width things. (#779)
grebe
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2017-09-30
Fixed zero width cat but (#651)
Adam Izraelevitz
2017-05-25
Fix performance bug in ZeroWidth (#594)
Jack Koenig
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-29
Fix bug where zero width expressions in nodes wouldn't get zeroed (#514)
Jack Koenig
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-22
Fixed zero width perf bug #502
Adam Izraelevitz
2017-03-06
Zero width (#402)
Adam Izraelevitz