diff options
Diffstat (limited to 'src/main/scala/firrtl/Utils.scala')
| -rw-r--r-- | src/main/scala/firrtl/Utils.scala | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/scala/firrtl/Utils.scala b/src/main/scala/firrtl/Utils.scala index 951b5c75..16a56893 100644 --- a/src/main/scala/firrtl/Utils.scala +++ b/src/main/scala/firrtl/Utils.scala @@ -136,13 +136,6 @@ object Utils { } } } - def lowered_name (e:Expression) : String = { - (e) match { - case (e:WRef) => e.name - case (e:WSubField) => lowered_name(e.exp) + "_" + e.name - case (e:WSubIndex) => lowered_name(e.exp) + "_" + e.value - } - } def get_flip (t:Type, i:Int, f:Flip) : Flip = { if (i >= get_size(t)) error("Shouldn't be here") val x = t match { |
