Expand description

Builtin value types.

Re-exports

  • pub use HOption::None;
  • pub use HOption::Some;

Structs

  • An array of signals.
  • A bounded unsigned integer in 0..MAX with bitwidth WIDTH.
  • An signed integer with bitwidth N.

Enums

Traits

Functions

  • Returns a.trunk_add(b) if a + b < max, 0 otherwise.
  • Returns an array containing 0..N.
  • Returns (a + b) mod max.
  • Increases value in range [0, max - 1].
  • x
    Don’t care value.

Type Aliases

  • An unsigned integer with bitwidth N.