Blocks Generators

From IPLOG
Revision as of 12:51, 1 October 2018 by Z033 (talk | contribs) (Created page with "== Utility library == === Generators === ==== GEN_PULSE ==== Generates unite pulse {| class="wikitable" |in |T_PER |time | |signal period |- |out |Q |bool | |output value |}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Utility library

Generators

GEN_PULSE

Generates unite pulse

in T_PER time signal period
out Q bool output value

GEN_RECT

Generates rectangle signal

in T_UP time duration of high value
in T_DOWN time duration of low value
out Q bool output value

GEN_SQ

Generates square signal

in T_SQ time duration of high or low value
out Q bool output value