const_real :
A constant-value generator with real-typed outputs
The const_real primitive generates an array of constant real-typed outputs. The bit-width and values of the constant outputs are set by the width and value parameters, respectively.
Input/Output Terminals
| Name | I/O | Type | Description |
| out | output | real | output signal |
Parameters
| Name | Type | Default | Unit | Description |
| width | integer | 1 | None | constant’s bit-width |
| value | real array | ‘{0.0} | None | constant’s values |