Module hazardflow_designs::std::value
source · Expand description
Builtin value types.
Re-exports
Structs
- An array of signals.
- A bounded unsigned integer in
0..MAX
with bitwidthWIDTH
. - An signed integer with bitwidth
N
.
Enums
- The
Option
type.
Traits
- Trait for converting a type into
U<N>
. - Repeat.
Functions
- Returns
a.trunk_add(b)
ifa + b < max
, 0 otherwise. - Returns an array containing
0..N
. - Returns (
a
+b
) modmax
. - Increases
value
in range [0,max
- 1]. - x⚠Don’t care value.
Type Aliases
- An unsigned integer with bitwidth
N
.