const_xbit :
A constant-value generator with xbit-typed output
The const_xbit primitive generates a constant xbit-typed vector output.
The bit-width and value of the constant output are set by the width and
value parameters, respectively.
Input/Output Terminals
| Name | I/O | Type | Description |
| out | output | xbit | output signal |
Parameters
| Name | Type | Default | Unit | Description |
| width | integer | 1 | None | constant’s bit-width |
| value | logic | 0 | None | constant’s value |