package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Various types of Vars.

Not at all sure what they each do, and I suspect it's waveform viewer dependant.

type t =
  1. | Event
  2. | Integer
  3. | Parameter
  4. | Real
  5. | Reg
  6. | Supply0
  7. | Supply1
  8. | Time
  9. | Tri
  10. | Triand
  11. | Trior
  12. | Trireg
  13. | Tri0
  14. | Tri1
  15. | Want
  16. | Wire
  17. | Wor
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> Base.string
OCaml

Innovation. Community. Security.