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
/
GroupComponents.scala
Age
Commit message (
Expand
)
Author
2021-12-21
Remove some warnings (#2448)
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] convert toSeq and toMap where necessary to compile
Kevin Laeufer
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-09-16
Rename gender to flow
Schuyler Eldridge
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-05-09
Bugfix: GroupComponents (#1082)
Adam Izraelevitz
2019-01-04
Fix GroupComponents to work with unused components
Jack Koenig
2019-01-02
Make GroupComponents run ResolveKinds
Jack Koenig
2018-06-11
Use attach to connect analogs when grouping (#805)
Colin Schmidt
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz