Forum Discussion
AustinTatious
New Contributor
3 years agoAccessing code on a Max10 FPGA
We have an Altera Max 10 FPGA chip on one of our circuit boards. We are able to push code to it using bash script but I have no idea how to perform the following functions now that the code is on the...
ak6dn
Regular Contributor
3 years agoNo, the .pof and/or .sof files are used to program the device image, and thus define the complete functionality of the target device.
The basic JTAG interface is defined in hardware (that is how you can access and program a blank device) but the programmed image can add features.
Based on prior comments, I don't see how "get_service_paths master" could return anything other than basic info about an unprogrammed device.
You should be able to (re-)program a (possibly blank) device just using command line tools.
Using "get_service_paths master" before a device is programmed does not seem to be a valid operation to me.