aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/constraint/ConstraintSolver.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/firrtl/constraint/ConstraintSolver.scala')
-rw-r--r--src/main/scala/firrtl/constraint/ConstraintSolver.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/constraint/ConstraintSolver.scala b/src/main/scala/firrtl/constraint/ConstraintSolver.scala
index 40fff728..a421ae17 100644
--- a/src/main/scala/firrtl/constraint/ConstraintSolver.scala
+++ b/src/main/scala/firrtl/constraint/ConstraintSolver.scala
@@ -10,7 +10,7 @@ import scala.collection.mutable
/** Forwards-Backwards Constraint Solver
*
- * Used for computing [[Width]] and [[Bound]] constraints
+ * Used for computing [[firrtl.ir.Width Width]] and [[firrtl.ir.Bound Bound]] constraints
*
* Note - this is an O(N) algorithm, but requires exponential memory. We rely on aggressive early optimization
* of constraint expressions to (usually) get around this.