package rfsm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A toolset for describing and simulating StateChart-like state diagrams
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.2.tar.gz
md5=ea1b496f0aa758933ae23921ee55a531
sha512=4fa72747bb2e32f91d64e4b8c24f60d6f0bdad297cc40f36d5c687ed1de900ab8441fa8a12aecf2523928833cddd5391fa87c11a1af2162ac8001467e8f485a5
doc/rfsm/Rfsm/Systemc/index.html
Module Rfsm.SystemcSource
SystemC backend
Source
type sc_config = {mutable sc_lib_name : string;mutable sc_lib_dir : string;mutable sc_inpmod_prefix : string;mutable sc_tb_name : string;mutable sc_globals_name : string;mutable sc_state_var : string;mutable sc_proc_name : string;mutable sc_inp_proc_name : string;mutable sc_clk_step_proc_name : string;mutable sc_time_unit : string;mutable sc_stop_time : int;mutable sc_trace : bool;mutable sc_trace_state_var : string;mutable sc_double_float : bool;mutable sc_act_semantics : Misc.act_semantics;mutable show_models : bool;
}Source
module Make
(Static : Static.T)
(Guest :
Guest.SYSTEMC
with module Syntax = Static.Syntax.Guest
and type value = Static.Value.t) :
SYSTEMC with module Static = Static sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page