Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: real_array_t similar to integer_array_t #999

Open
abaebae opened this issue Mar 11, 2024 · 3 comments
Open

Feature Request: real_array_t similar to integer_array_t #999

abaebae opened this issue Mar 11, 2024 · 3 comments

Comments

@abaebae
Copy link
Contributor

abaebae commented Mar 11, 2024

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.

@nselvara
Copy link

I think making a generic type package would solve the problem.

@daedadu
Copy link

daedadu commented Mar 21, 2024

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...

@LarsAsplund
Copy link
Collaborator

This is related to #521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants