add net and wire struct; move net update into its file
This commit is contained in:
@@ -17,6 +17,7 @@ Port = {}
|
||||
|
||||
FFI.cdef[[
|
||||
struct Gate;
|
||||
struct Net;
|
||||
struct Port {
|
||||
bool state;
|
||||
char type;
|
||||
|
||||
Reference in New Issue
Block a user