diffast-langs-verilog.base
V_label.TimingCheck
diffast-langs-verilog
diffast-langs-verilog.p
include module type of struct include Ls.TimingCheck end
type t = Verilog_parsing.Labels.TimingCheck.t =
| Setup
| Hold
| Recovery
| Removal
| Skew
| Setuphold
| Recrem
| Timeskew
| Fullskew
| Period
| Width
| Nochange
| Anonymous
val to_string : t -> string
val to_simple_string : t -> string
val get_name : t -> string
val to_tag : t -> string * 'a list
val anonymize : t -> t
val to_short_string : t -> string