mark logic critical sections in tables
This commit is contained in:
@@ -5,6 +5,7 @@ Gate = {}
|
||||
|
||||
function Gate.new(objref, definition)
|
||||
local o = {
|
||||
-- Logic Critical
|
||||
in_queue = 0,
|
||||
logic = definition.logic,
|
||||
ports = {},
|
||||
|
||||
Reference in New Issue
Block a user