Visible to Intel only — GUID: bfs1471992214637
Ixiasoft
1.1. Generating Primary Device Programming Files
1.2. Generating Secondary Programming Files
1.3. Enabling Bitstream Security for Intel® Stratix® 10 and Intel® Agilex™ Devices
1.4. Enabling Bitstream Encryption or Compression for Intel® Arria® 10 and Intel® Cyclone® 10 GX Devices
1.5. Generating Programming Files for Partial Reconfiguration
1.6. Generating Programming Files for Intel® FPGA Devices with Hard Processor Systems
1.7. Scripting Support
1.8. Generating Programming Files Revision History
2.1. Intel® Quartus® Prime Programmer
2.2. Programming and Configuration Modes
2.3. Basic Device Configuration Steps
2.4. Specifying the Programming Hardware Setup
2.5. Programming with Flash Loaders
2.6. Verifying the Programming File Source with Project Hash
2.7. Using PR Bitstream Security Verification ( Intel® Stratix® 10 Designs)
2.8. Stand-Alone Programmer
2.9. Programmer Settings Reference
2.10. Scripting Support
2.11. Using the Intel® Quartus® Prime Programmer Revision History
2.9.1. Device & Pin Options Dialog Box
2.9.2. More Security Options Dialog Box
2.9.3. Output Files Tab Settings (Programming File Generator)
2.9.4. Input Files Tab Settings (Programming File Generator)
2.9.5. Bitstream Co-Signing Security Settings (Programming File Generator)
2.9.6. Configuration Device Tab Settings
2.9.7. Add Partition Dialog Box (Programming File Generator)
2.9.8. Add Filesystem Dialog Box (Programming File Generator)
2.9.9. Convert Programming File Dialog Box
2.9.10. Compression and Encryption Settings (Convert Programming File)
2.9.11. SOF Data Properties Dialog Box (Convert Programming File)
2.9.12. Select Devices (Flash Loader) Dialog Box
Visible to Intel only — GUID: bfs1471992214637
Ixiasoft
1.5.4. Generating a Merged .pmsf File from Multiple .pmsf Files ( Intel® Arria® 10 and Intel® Cyclone® 10 GX Designs)
Use a single merged .rbf file to reconfigure two PR regions simultaneously.
Note: This procedure supports only Intel® Arria® 10 and Intel® Cyclone® 10 GX devices. Intel® Agilex™ and Intel® Stratix® 10 devices do not support merging .pmsf files.
To merge two or more .pmsf files:
- Open the Convert Programming Files dialog box.
- Specify the output file name and programming file type as Merged Partial-Mask SRAM Object File (.pmsf).
- In the Input files to convert dialog box, select PMSF Data.
- To add input files, click Add File. You must specify two or more files for merging.
- To generate the merged file, click Generate.
Alternatively, to merge two or more .pmsf files from the Intel® Quartus® Prime shell, type the following command:
quartus_cpf --merge_pmsf=<number of merged files> <pmsf_input_file_1> \
<pmsf_input_file_2> <pmsf_input_file_etc> <pmsf_output_file>
For example, to merge two .pmsf files, type the following command:
quartus_cpf --merge_pmsf=2 foo.pmsf bat.pmsf \
combine.pmsf
After creating the merged .pmsf, generate a .rbf, as Generating PR Bitstream Files describes.