Module Hardcaml_xilinx.Collision_mode

type t =
| Read_before_write
| Write_before_read
| No_change
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_xpm_parameter : t -> string