diff options
Diffstat (limited to 'src/main/scala/firrtl/Compiler.scala')
| -rw-r--r-- | src/main/scala/firrtl/Compiler.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/Compiler.scala b/src/main/scala/firrtl/Compiler.scala index 5ef291da..b49af505 100644 --- a/src/main/scala/firrtl/Compiler.scala +++ b/src/main/scala/firrtl/Compiler.scala @@ -169,9 +169,9 @@ final case object UnknownForm extends CircuitForm(-1) { abstract class Transform extends LazyLogging { /** A convenience function useful for debugging and error messages */ def name: String = this.getClass.getSimpleName - /** The [[CircuitForm]] that this transform requires to operate on */ + /** The [[firrtl.CircuitForm]] that this transform requires to operate on */ def inputForm: CircuitForm - /** The [[CircuitForm]] that this transform outputs */ + /** The [[firrtl.CircuitForm]] that this transform outputs */ def outputForm: CircuitForm /** Perform the transform, encode renaming with RenameMap, and can * delete annotations |
