Forum Discussion

Razvan1203's avatar
Razvan1203
Icon for New Contributor rankNew Contributor
10 months ago

Signals in VHDL

I need to convert a C function to a vhdl code. In the C function there is an array uint32_t a[20] and I convert it to a signal in vhdl (type array_type is array (0 to 19) of std_logic_vector(31 downt...