make net states pointers - fix
This commit is contained in:
parent
9e0c196b63
commit
caa9ed5de3
@ -20,7 +20,7 @@ end
|
|||||||
|
|
||||||
-- Logic Critical
|
-- Logic Critical
|
||||||
function Gate.getportstate(gate, index)
|
function Gate.getportstate(gate, index)
|
||||||
return gate.port_nets[index].state
|
return gate.port_nets[index].state[0]
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Logic Critical
|
-- Logic Critical
|
||||||
|
Loading…
x
Reference in New Issue
Block a user