You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really sure what's going on and I found a way around it -- but I was getting non-synthesizable node errors by directly assigning Complex to Ring[T].zero where T <: Data:RealBits.
Just making a note for the future.
Workaround was to individually assign real/imag to Lits.
Also, this wasn't a problem with FixedPoint, only with DspReal.
The text was updated successfully, but these errors were encountered:
Not really sure what's going on and I found a way around it -- but I was getting non-synthesizable node errors by directly assigning Complex to Ring[T].zero where T <: Data:RealBits.
Just making a note for the future.
Workaround was to individually assign real/imag to Lits.
Also, this wasn't a problem with FixedPoint, only with DspReal.
The text was updated successfully, but these errors were encountered: