Closed julianhoever closed 1 year ago
The x_address_width and y_address_width of the precomputed scalar function template are not filled in HardSigmoid. The reason seems to be that the HardSigmoid implementation still assumes bufferless components, but we don't support them right now.
x_address_width
y_address_width
see #245
@glencoe Is this issue still relevant? Because now we have bufferless components. So I guess this is not relevant anymore.
The
x_address_width
andy_address_width
of the precomputed scalar function template are not filled in HardSigmoid. The reason seems to be that the HardSigmoid implementation still assumes bufferless components, but we don't support them right now.