add debug prints to c logic

This commit is contained in:
Redo
2022-11-14 11:45:03 -06:00
parent 8c16498ec6
commit a2df8dbf96
4 changed files with 2192 additions and 2121 deletions

View File

@@ -368,6 +368,7 @@ function Simulation.ticklogic(sim)
end
csim.sim_update_gates() -- handle any leftover gates, those without c logic functions
for i = 0, sim.num_gatequeue[0]-1 do
local cgate = sim.gatequeue[i]
local gate = Simulation.gate_from_cgate(sim, cgate)