Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Which file format is suitable for Passive Parallel Programming of Cyclone 10?

ddbug
Novice
1,024 Views

Which output file format do I need to create for Passive Parallel loading of Cyclone 10? No encryption, compression, device chaining etc. Just a sequence of bytes (octets) to send to he FPGA by (say) a microcontroller.

I tried a .rpd but it isn't working for some reason.

The FPGA drops nSTATUS in the middle of loading.

Does rpd file have some header to skip or the whole file should be sent as is, from the first to the last byte?

 

 

0 Kudos
1 Solution
ddbug
Novice
869 Views

The answer: use RBF format. Just send all bytes as is, and add few dummy clock cycles after the last byte,

 

-- dd

 

View solution in original post

0 Kudos
1 Reply
ddbug
Novice
870 Views

The answer: use RBF format. Just send all bytes as is, and add few dummy clock cycles after the last byte,

 

-- dd

 

0 Kudos
Reply