diff options
| author | Albert Magyar | 2018-11-29 12:38:30 -0800 |
|---|---|---|
| committer | GitHub | 2018-11-29 12:38:30 -0800 |
| commit | 055b5defc457e5833c406b20ad3a7a8845b4db86 (patch) | |
| tree | d9436bd50086ae25ff7d03c3df01978e51e7362d /src/main/scala/firrtl/passes/clocklist | |
| parent | 17d1d2db772f90b039210874aadb11a8a807baba (diff) | |
Replace Mappers with Foreachers in several passes (#954)
Diffstat (limited to 'src/main/scala/firrtl/passes/clocklist')
3 files changed, 0 insertions, 3 deletions
diff --git a/src/main/scala/firrtl/passes/clocklist/ClockList.scala b/src/main/scala/firrtl/passes/clocklist/ClockList.scala index 7be43471..984fd813 100644 --- a/src/main/scala/firrtl/passes/clocklist/ClockList.scala +++ b/src/main/scala/firrtl/passes/clocklist/ClockList.scala @@ -14,7 +14,6 @@ import ClockListUtils._ import Utils._ import memlib.AnalysisUtils._ import memlib._ -import Mappers._ /** Starting with a top module, determine the clock origins of each child instance. * Write the result to writer. diff --git a/src/main/scala/firrtl/passes/clocklist/ClockListTransform.scala b/src/main/scala/firrtl/passes/clocklist/ClockListTransform.scala index 8d70f211..de9f6c52 100644 --- a/src/main/scala/firrtl/passes/clocklist/ClockListTransform.scala +++ b/src/main/scala/firrtl/passes/clocklist/ClockListTransform.scala @@ -13,7 +13,6 @@ import ClockListUtils._ import Utils._ import memlib.AnalysisUtils._ import memlib._ -import Mappers._ import firrtl.options.RegisteredTransform import scopt.OptionParser import firrtl.stage.RunFirrtlTransformAnnotation diff --git a/src/main/scala/firrtl/passes/clocklist/ClockListUtils.scala b/src/main/scala/firrtl/passes/clocklist/ClockListUtils.scala index 892f1642..2cc3dd5c 100644 --- a/src/main/scala/firrtl/passes/clocklist/ClockListUtils.scala +++ b/src/main/scala/firrtl/passes/clocklist/ClockListUtils.scala @@ -13,7 +13,6 @@ import ClockListUtils._ import Utils._ import memlib.AnalysisUtils._ import memlib._ -import Mappers._ object ClockListUtils { /** Returns a list of clock outputs from instances of external modules |
