sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
write ~fname:file ~fsm:f evs
writes a representation of a list of timed events sets evs
, for FSM f
in VCD (Value Change Dump) format in file file
.
view m evs
views a simulation result for FSM m
by first writing a .vcd
file and then launching a VCD viewer application. The name of the output file and of the viewer application can be changed using the fname
and cmd
optional arguments. Returns the issued command exit status.