feat: runtime as library
This commit is contained in:
parent
8f6320b30e
commit
dc8d941b84
24 changed files with 184 additions and 111 deletions
7
exm/builtins/model.ml
Normal file
7
exm/builtins/model.ml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
open Hsim.Types
|
||||
open Solvers.Zls
|
||||
|
||||
module type Model =
|
||||
sig
|
||||
val init : string list -> ('b, 'c, carray, carray, carray, zarray, carray) hnode
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue