feat: a lot of stuff
This commit is contained in:
parent
dd6152833f
commit
6cec3d6c5d
22 changed files with 476 additions and 276 deletions
8
exm/model.ml
Normal file
8
exm/model.ml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
open Hsim.Types
|
||||
open Solvers.Zls
|
||||
|
||||
module type Model =
|
||||
sig
|
||||
type state
|
||||
val init : string list -> (state, 'b, 'c, carray, carray, carray, zarray, carray) hnode
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue