diff options
| author | Edward Wang | 2017-09-21 16:36:31 -0700 |
|---|---|---|
| committer | edwardcwang | 2017-09-21 17:13:30 -0700 |
| commit | f04a18efdf4ca88fe1ac77acab30e21290957919 (patch) | |
| tree | dc37252197ea418b8e1427c99000e7a8b6ef5fb1 /src/main/scala/firrtl/transforms/DeadCodeElimination.scala | |
| parent | 8dbc6e63b6235af69094eb75050e8a751e22694a (diff) | |
Some ScalaDoc warning fixes
Diffstat (limited to 'src/main/scala/firrtl/transforms/DeadCodeElimination.scala')
| -rw-r--r-- | src/main/scala/firrtl/transforms/DeadCodeElimination.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/transforms/DeadCodeElimination.scala b/src/main/scala/firrtl/transforms/DeadCodeElimination.scala index 48978a7a..24c1c51c 100644 --- a/src/main/scala/firrtl/transforms/DeadCodeElimination.scala +++ b/src/main/scala/firrtl/transforms/DeadCodeElimination.scala @@ -26,7 +26,7 @@ import java.io.{File, FileWriter} * eligible for removal. Components marked with a [[DontTouchAnnotation]] will be treated as a * circuit sink and thus anything that drives such a marked component will NOT be removed. * - * This transform preserves deduplication. All instances of a given [[DefModule]] are treated as + * This transform preserves deduplication. All instances of a given [[firrtl.ir.DefModule]] are treated as * the same individual module. Thus, while certain instances may have dead code due to the * circumstances of their instantiation in their parent module, they will still not be removed. To * remove such modules, use the [[NoDedupAnnotation]] to prevent deduplication. |
