===================================== synthprop - synthesize SVA properties ===================================== .. cmd:def:: synthprop :title: synthesize SVA properties .. only:: html .. code:: yoscrypt synthprop [options] :: This creates synthesizable properties for the selected module. .. code:: yoscrypt -name :: name of the output port for assertions (default: assertions). .. code:: yoscrypt -map :: write the port mapping for synthesizable properties into the given file. .. code:: yoscrypt -or_outputs :: Or all outputs together to create a single output that goes high when any property is violated, instead of generating individual output bits. .. code:: yoscrypt -reset :: name of the top-level reset input. Latch a high state on the generated outputs until an asynchronous top-level reset input is activated. .. code:: yoscrypt -resetn :: like above but with inverse polarity .. only:: latex :: synthprop [options] This creates synthesizable properties for the selected module. -name name of the output port for assertions (default: assertions). -map write the port mapping for synthesizable properties into the given file. -or_outputs Or all outputs together to create a single output that goes high when any property is violated, instead of generating individual output bits. -reset name of the top-level reset input. Latch a high state on the generated outputs until an asynchronous top-level reset input is activated. -resetn like above but with inverse polarity