add math gates, fix 32-bit shifters
This commit is contained in:
@@ -105,7 +105,11 @@ function Gate.getportisfalling(gate, index)
|
||||
end
|
||||
|
||||
function Gate.cb(gate, ...)
|
||||
Simulation.queuecallback(GSim, gate, ...)
|
||||
Simulation.setcallback(GSim, gate, ...)
|
||||
end
|
||||
|
||||
function Gate.cbQueue(gate, arg, limit)
|
||||
Simulation.queuecallback(GSim, gate, arg, limit)
|
||||
end
|
||||
|
||||
function Gate.queue(gate, delay)
|
||||
|
||||
Reference in New Issue
Block a user