package systemverilog

  1. Overview
  2. Docs
type token =
  1. | UNSIGNED
  2. | TIME
  3. | SIGNED
  4. | SHORTINT
  5. | SEMICOLON
  6. | REG
  7. | PACKAGE
  8. | L_STRING of string
  9. | L_OCT of string
  10. | L_INT of int
  11. | L_HEX of string
  12. | L_DEC of string
  13. | L_BIN of string
  14. | LONGINT
  15. | LOGIC
  16. | LOCALPARAM
  17. | INTEGER
  18. | INT
  19. | ID of string
  20. | EQUAL
  21. | EOF
  22. | ENDPACKAGE
  23. | COMMA
  24. | BYTE
  25. | BIT
exception Error
val sv : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Grammar_types.Description.t option
OCaml

Innovation. Community. Security.