Vl-mintypmax
A minimum/typical/maximum delay operator, e.g., 3 : 4 : 5.
This is a product type, introduced by deftagsum in support of vl-expr.
Fields
- min — vl-expr
- The minimum delay, e.g., a.
- typ — vl-expr
- The typical delay, e.g., b.
- max — vl-expr
- The maximum delay, e.g., c.
- atts — vl-atts
- Any (* foo = bar, baz *) style attributes.
Subtopics
- Make-vl-mintypmax
- Basic constructor macro for vl-mintypmax structures.
- Vl-mintypmax->atts
- Get the atts field from a vl-mintypmax.
- Vl-mintypmax->typ
- Get the typ field from a vl-mintypmax.
- Vl-mintypmax->min
- Get the min field from a vl-mintypmax.
- Vl-mintypmax->max
- Get the max field from a vl-mintypmax.
- Change-vl-mintypmax
- Modifying constructor for vl-mintypmax structures.