add debug prints to c logic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user