const_bit :
A constant-value generator with logic-typed output
The const_bit primitive generates a constant logic-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 | logic | output signal |
Parameters
| Name | Type | Default | Unit | Description |
| width | integer | 1 | None | constant’s bit-width |
| value | logic | 0 | None | constant’s value |