add linux compiled sim
This commit is contained in:
@@ -8,7 +8,7 @@ ffi.cdef [[
|
||||
void sim_update_nets();
|
||||
void sim_update_gates();
|
||||
]]
|
||||
local csim = ffi.load("./compiled_sim.dll")
|
||||
local csim = ffi.load("./compiled_sim")
|
||||
|
||||
Simulation = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user