Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Difference between RAM blocks and Memory Bits?

I recently encounter abnormal usage about RAM blocks. my code is like: # define A_PARALLEL 16# define B_PARALLEL 32 typedef struct{ float kk[A_PARALLEL]; } A_parallel; typed...