make sim local; start circuit compiler
This commit is contained in:
@@ -3,12 +3,13 @@ Wire = {
|
||||
logictype = 0
|
||||
}
|
||||
|
||||
function Wire.new(self, objref, layer, bounds)
|
||||
function Wire.new(self, objref, layer, bounds, sim)
|
||||
local o = {
|
||||
objref = objref,
|
||||
layer = layer,
|
||||
group = nil,
|
||||
bounds = bounds
|
||||
bounds = bounds,
|
||||
sim = sim,
|
||||
}
|
||||
setmetatable(o, self)
|
||||
self.__index = self
|
||||
|
||||
Reference in New Issue
Block a user