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

It's possible to retrieve the vhdl code from the .pof file? if so, how?

nicoh
Beginner
1,141 Views

It's possible to retrieve the vhdl code from the .pof file? if so, how?

0 Kudos
4 Replies
ak6dn
Valued Contributor III
1,129 Views

For all practical purposes, no. Not possible.

Theoretically if one knows the exact encoding of a .pof file for a particular device, one could write a disassembler that built a gate level connectivity list of logic cells. And that could be represented in VHDL.

But .pof file format is not public information. And the generated VHDL netlist would be a full chip gate level netlist. Not so useful.

So if you have a .pof file but lost the source VHDL you are out of luck.

 

0 Kudos
nicoh
Beginner
1,127 Views
0 Kudos
ak6dn
Valued Contributor III
1,122 Views

Nope.

.pof files are for for non-volatile CPLD devices, .sof files are for volatile SRAM based FPGA devices.

But the same issues apply.

0 Kudos
hareesh
Employee
1,089 Views

Hi @nicoh,

I think you got solution to your issue. If you don't have any another quires I'll close the case. pls confirm.

 

Thanks,

0 Kudos
Reply