VUnit / vunit

VUnit is a unit testing framework for VHDL/SystemVerilog
http://vunit.github.io/
Other
696 stars 250 forks source link

Feature Request: real_array_t similar to integer_array_t #999

Open abaebae opened 3 months ago

abaebae commented 3 months ago

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 commented 3 months ago

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

daedadu commented 3 months ago

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 commented 3 months ago

This is related to #521