Forum Discussion
Razvan1203
New Contributor
1 year agoSignals 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...
sstrell
Super Contributor
1 year agoReally need to see the design (at least some code) and the testbench.