Open cgyurgyik opened 3 years ago
Glad that you're finding it useful. svreal
has three properties associated with each fixed-point signal:
In general, the ranges of inputs to a computation must be specified by the user (or passed in from a higher level of the design hierarchy; see "Passing real-number signals"). So in this case, since "a" and "b" are inputs to the computation, the user has to provide their ranges ("5", meaning +/- 5, and "10", meaning +/-10)
Hey! Awesome library. Can you explain what you mean by the range of
a
in this section:I'm far from a fixed point expert, and am only aware of the Q format to establish bits for integer and fractional widths.