remove c logic and data from network, more work on compiled gate funcs
This commit is contained in:
13
sim/compiled_sim_gates.lua
Normal file
13
sim/compiled_sim_gates.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Auto-generated by gencfuncs.lua
|
||||
|
||||
local cFuncsByName = {
|
||||
["diode"] = 1,
|
||||
["not"] = 2,
|
||||
}
|
||||
|
||||
local cDataSizeByName = {
|
||||
["diode"] = 0,
|
||||
["not"] = 0,
|
||||
}
|
||||
|
||||
return cFuncsByName, cDataSizeByName
|
||||
Reference in New Issue
Block a user