package systemverilog

  1. Overview
  2. Docs
type t =
  1. | Int of int
  2. | String of string
  3. | Hex of string
  4. | Dec of string
  5. | Bin of string
  6. | Oct of string
OCaml

Innovation. Community. Security.