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
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-20
Add scaladoc for LogicNode and tighten LowForm-only constraint (#1635)
Albert Magyar
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-17
Add method to CheckCompLoops which returns its full netlist (#1458)
David Biancolin
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-10-24
Enhance CheckCombLoops errors with connection info
Albert Magyar
2019-06-28
Remove deprecated ComponentName from CombinationalPath annotation (#1107)
Albert Magyar
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
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