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
/
CheckCombLoops.scala
Age
Commit message (
Expand
)
Author
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2018-12-21
Enhance CheckCombLoops to support annotated ExtModule paths (#962)
Albert Magyar
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-11-07
Make CheckCombLoops a RegisteredTransform
Schuyler Eldridge
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-07-10
Combinational Dependency Annotation (#809)
Adam Izraelevitz
2018-06-28
Make CheckCombLoops find combinational nodes with self-edges (#837)
Albert Magyar
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-06-12
Add option to disable combinational loop detection
Jack Koenig
2017-06-12
Move CheckCombLoops from passes/ to transforms/
Jack Koenig