Altera_Forum
Honored Contributor
8 years agoHow to infer BRAM fan-out
I am doing an OpenCL project of vector multiplication of VecA (M * 1) and VecB (1 * N) which produces a matrix MatC (M * N). I want to use a fan-out design which can support a 2-D processing engine ...