Forum Discussion
JMac
New Contributor
4 years agoHi everyone,
The solution I have found for interoperating between the two build systems and FPGAs is:
* Create a separate source directory for the .qsf, .qpf, and .qsys files.
* Copy in the .qsf & .qsys files, Create a new .qpf
* Set the build (.qsf) file to build in this new directory
* Reference your already existing verilog file directories
* Hope that any ip that you have previously used is compatible between the two architectures
Using the above method, It has allowed the old build to continue and it appears the new FPGA is functioning correctly too!