Change path to wire_path for Anaconda package conflict

This commit is contained in:
Matt Guthaus
2019-01-25 15:07:56 -08:00
parent 0c3baa5172
commit 09d6a63861
5 changed files with 19 additions and 20 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
from tech import drc
import debug
from path import path
from wire_path import wire_path
from sram_factory import factory
class wire(path):
class wire(wire_path):
"""
Object metal wire; given the layer type
Add a wire of minimium metal width between a set of points.
@@ -26,7 +26,7 @@ class wire(path):
self.create_rectilinear()
self.create_vias()
self.create_rectangles()
# wires and paths should not be offset to (0,0)
# wires and wire_paths should not be offset to (0,0)
def setup_layers(self):
(horiz_layer, via_layer, vert_layer) = self.layer_stack