Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16624 Discussions

Generate only partial bitstream not the full bitstream

dj-park
New Contributor I
1,489 Views

In Partial Reconfiguration flow, I've noticed that when I compile

a Persona Implementation, it generates both the full bitstream(.sof) and 

partial bitstreams for all PR partitions(.pmsf and .rbf).

I set the device as Agilex.

 

1. Is there an option not to generate .sof file for the Persona Implementation?

We will load the .sof file for the Base Implementation and program

the PR partitions with .rbf files. So, I think .sof file for the Persona Implementation

is unnecessary.

 

2. Is there an option to generate partial bitstream for specific PR partitions only?

In AMD(Xilinx) counterpart for example, they have an option(-cell option) to generate

partial bistream only.

(https://docs.xilinx.com/r/2021.1-English/ug835-vivado-tcl-commands/write_bitstream)

The command for the Quartus is "quartus_asm," and I wasn't able to find

any related option for quartus_asm command. I wonder if this is possible.

 

Thanks.

0 Kudos
1 Solution
sstrell
Honored Contributor III
1,462 Views

The .sof files for each implementation revision allow you to test your design with that persona in place without having to perform a PR first.  If you don't use them, just ignore or trash them.

Once you have a .pmsf file for a partition, use Convert Programming Files to create a .rbf for it.  Your workaround is saying that partition_2 is a SUPR (static update PR) region.  Normally a .rbf file is created for a SUPR region even though you can't use that .rbf to PR a SUPR region during runtime (why it's call static).  I guess I'm not sure what your goal is with (2).

View solution in original post

0 Kudos
11 Replies
dj-park
New Contributor I
1,470 Views

2. is resolved by having

set_instance_assignment -name RBF_FILE_GENERATION_FOR_SUPR OFF -to pr_partition_2

in .qsf file. I am not sure why the it is RBF_FILE_GENERATION_FOR_"SUPR", but it seems to exclude

pr_partition_2 when generating partial bitstreams.

Quartus is still generating the full bitstream(*.sof), so 1. is not resolved yet.

0 Kudos
sstrell
Honored Contributor III
1,463 Views

The .sof files for each implementation revision allow you to test your design with that persona in place without having to perform a PR first.  If you don't use them, just ignore or trash them.

Once you have a .pmsf file for a partition, use Convert Programming Files to create a .rbf for it.  Your workaround is saying that partition_2 is a SUPR (static update PR) region.  Normally a .rbf file is created for a SUPR region even though you can't use that .rbf to PR a SUPR region during runtime (why it's call static).  I guess I'm not sure what your goal is with (2).

0 Kudos
dj-park
New Contributor I
1,458 Views

Thanks for the prompt reply.

The objective of (1) and (2) are both to reduce the bit generation time.

 

What I am trying to do with (1) is that

if I can generate only .rbf file for partition_1, for instance,

then the bit generation time is shorter than when I generate both .sof file and .rbf file for partition_1.

I wonder if there exists any option for this.

Regarding my workaround...

below is the Design Partitions Window, and I set the "RBF Generation"  as "No" for leaf_2~leaf_9 so that I don't generate

.rbf files for them. They are NOT set as SUPR. I checked the SUPR tutorial in here(https://github.com/intel/fpga-partial-reconfig/tree/master/tutorials/agilex_pcie_devkit_blinking_led_supr), and

if they are set as SUPR partition, they are not colored yellow I guess.

Screenshot from 2023-02-03 13-24-19.png

0 Kudos
sstrell
Honored Contributor III
1,447 Views

Does it take that long to generate the .sof?  Compilation is long enough as it is.  Generating programming files for me at least is the shortest part of the whole process.

If you really want to save that time, disable auto running of the Assembler during compilation and then run it manually when you do need the files.

0 Kudos
dj-park
New Contributor I
1,445 Views

No it doesn't take too long, but just a research/fun purpose.

I just want to know what granularity of commands Quartus provides.

 

Because you are here, just one more related question...

As I am using Agilex, it seems to generate .sof and .rbf with the compilation.

(I assume that there exists an option to NOT generate bitstream with compilation to make it separate runs.)

But for different devices like Arria 10 and Cyclone 10, it seems like

users can generate PR bitstreams with Converting Programming Files.

So, is .pmsf file the output of the Fitter?

Then, should a user generate .rbf file from .pmsf file with Converting Programming Files Dialog Box?

And it seems like .sof file is generated along the way of generating .rbf file and there's no way to prevent it for now?

0 Kudos
sstrell
Honored Contributor III
1,440 Views

Cyclone 10 doesn't support PR.

.pmsf is output specifically only when PR is enabled and set up.  In Arria 10, if automatic .rbf file creation is disabled (which is an option; in Stratix 10 and perhaps Agilex, they are always created), then yes, you convert the .pmsf to .rbf manually with the CPF dialog.

.sof has always been created with the other files for testing, as I mentioned.

0 Kudos
dj-park
New Contributor I
1,428 Views

Sorry, I meant Cyclone 10 GX. 

I am using Quartus Prime Pro 22.2 and according to the PR user guide, 

(https://www.intel.com/content/www/us/en/docs/programmable/683834/22-2/faq.html)

.rbf file can be automatically generated for Arria 10 and Cyclone 10 GX with the commands below included in .qsf.

set_global_assignment -name GENERATE_PR_RBF_FILE ON
set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF

 

 

I am compiling Agilex device, and the Fitter doesn't seem to output .pmsf file.

quartus_asm command seems to output .pmsf along the way of generating .rbf file. Please correct me if I am wrong..

0 Kudos
sstrell
Honored Contributor III
1,427 Views
Fakhrul
Employee
1,322 Views

Hi dj-park,


I hope the reply provided by sstrell above addressed your question. Do you still have further inquiries on this issue? Please feel free to let me know if there is any concern so that we could further assist you.


Otherwise, this thread will be idling and marked as inactive, thus it will be transitioned to community support because there is no update received from you in a while.


Regards,

Fakhrul



0 Kudos
dj-park
New Contributor I
1,308 Views

Yes, the issue has been resolved.

0 Kudos
Fakhrul
Employee
1,234 Views

I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.



0 Kudos
Reply