make nets keep list of updated gates instead of ports
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
|
||||
Gate = {}
|
||||
|
||||
FFI.cdef[[
|
||||
struct Gate {
|
||||
int objref;
|
||||
int definition_objref;
|
||||
bool in_queue;
|
||||
struct Port ports[1];
|
||||
};
|
||||
]]
|
||||
|
||||
function Gate.new(objref, definition)
|
||||
local o = {
|
||||
objref = objref,
|
||||
|
||||
Reference in New Issue
Block a user