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
/
Uniquify.scala
Age
Commit message (
Expand
)
Author
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
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-21
Fix Uniquify bug and improve ReplaceSeqMems transforms (#1855)
Jack Koenig
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
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2018-12-25
Performance fix of Uniquify for deep bundles (#980)
Adam Izraelevitz
2018-11-02
Fix renaming in UniquifyPorts (#930)
Albert Chen
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-10-03
Make some Uniquify methods private [firrtl]
Schuyler Eldridge
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-01-23
Add FixedType to uniqueify match statement.
Paul Rigge
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-23
use .isEmpty, .nonEmpty, isDefined
chick
2016-09-13
remove Utils.get_type
Donggyu Kim
2016-09-13
use MemPortUtils.memType for DefMemory
Donggyu Kim
2016-09-07
clean up Utils.scala
Donggyu Kim
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Field & Flip
Jack
2016-06-10
API Cleanup - Module
Jack
2016-04-22
Add Uniquify Pass
jackkoenig