add math gates, fix 32-bit shifters

This commit is contained in:
Redo
2025-02-19 10:15:56 -07:00
parent a571ac5f3c
commit 68562d4d66
11 changed files with 20291 additions and 20082 deletions

View File

@@ -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)