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
Hi, we use the fixed_pkg for a lot of signal processing stuff. We read the input data from csv and write the result back to csv and verify with post_check functions. Functionality similar to the integer_array_pkg would reduce the overhead of converting to integer and vice versa.
I would like to work on a draft for this, unless this is not a useful idea.
The text was updated successfully, but these errors were encountered:
I would like something like this as well, I'm currently doing some signal processing with sfixed vhdl types and casting to signed lets me run into the 32 bit signed problem...
Hi, we use the fixed_pkg for a lot of signal processing stuff. We read the input data from csv and write the result back to csv and verify with post_check functions. Functionality similar to the integer_array_pkg would reduce the overhead of converting to integer and vice versa.
I would like to work on a draft for this, unless this is not a useful idea.
The text was updated successfully, but these errors were encountered: