make nets keep list of updated gates instead of ports
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
|
||||
Wire = {}
|
||||
|
||||
FFI.cdef[[
|
||||
struct Wire {
|
||||
int objref;
|
||||
int layer;
|
||||
struct Net* group;
|
||||
int bounds[6];
|
||||
};
|
||||
]]
|
||||
|
||||
function Wire.new(objref, layer, bounds)
|
||||
local o = {
|
||||
objref = objref,
|
||||
|
||||
Reference in New Issue
Block a user