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
/
transforms
/
RemoveKeywordCollisions.scala
Age
Commit message (
Expand
)
Author
2021-12-21
Remove some warnings (#2448)
Jack Koenig
2021-04-06
Deprecate InlineCasts, add InlineAcrossCasts (#2146)
Jack Koenig
2020-10-26
bug fix for VerilogPrep using wrong type.
Jiuyang liu
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-21
Deprecate Uniquify and move its useful utilities (#1856)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-06-25
Refactor RemoveKeywordCollisions->ManipulateNames
Schuyler Eldridge
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-06-03
Revert: Generalize keyword collision to name manipulation, Add {Lower,Upper}C...
Schuyler Eldridge
2020-05-13
Refactor RemoveKeywordCollisions->ManipulateNames
Schuyler Eldridge
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-07-08
Remove some warnings (#1118)
Leway Colin
2018-11-16
Memoize type of instance refs in RemoveKeywordCollisions (#942)
Jack Koenig
2018-10-31
Use Vector instead of List for bulk renaming in RenameMap
Jack Koenig
2018-10-12
Refactor VerilogRename -> RemoveKeywordCollisions
Schuyler Eldridge