Multiple uses of core partition
Hi,
I am beginner at Quartus Prime Pro 22.2.
I have a .qdb file of core partition (only includes luts, ffs) from another project. I want to use that block in my project multiple times (etc 64 times).
In block-based design tutorial, I have to create a black-box module and create partition on black-box block. Then import .qdb file. Do I have to create 64 black-box modules and create 64 partitions? How do I use multiple times a final snapshot of a block?
Hi,
Yes, @sstrell is right. If you want to import the design partition and reuse it multiple times, you would need to choose the synthesized snapshot.
Because the final snapshot preserves placement and routing (can be assigned to only one design partition) while the synthesized snapshot does not have physical preservation (can be assigned to more than one design partition).
You may check out the documentation for the difference of partition snapshot:
Thanks.
Best Regards,
Ven Ting