Altera_Forum
Honored Contributor
11 years agoCreate multiple 'Cores' of my design
Hi, I have a design which does some image processing. I load an input image to a large Block RAM, process it using multiple filters and output it to another block RAM. I also use smaller block rams to buffer the data inbetween the filters.
I have designed the top level entity to use just the clock and reset pins as input. would it be possible for me to create multiple copies of this pipeline to run them in parallel? they can all use independent block rams. do i just create a new top level entity and create components for each 'core'? if so will altera automatically handle the creation of the block rams correctly for each copy or will i have to somehow do that separately for each?