Altera_Forum
Honored Contributor
9 years agoIP Core configuration file
Greetings!
I am trying to find a better solution to a file sharing system for our firmware developing team. Currently we are sharing the source code (.vhd, .v files), projet files (.qpf and .qsf), plus a set of IP cores. In order to ease the sharing process, namely to share as little data as possible, we are trying get rid of all the unnecessary files which Quartus creates when an IP core is generated. Is there any way that for each IP core we could share only a handful of files (idealy only one) such that it contains all the parameters of that core? I am hoping there is a way to do this such that using this file I can generate the IP core locally, on each machine, and therefore avoid sharing all those files associated with each core which Quartus can easily generate anytime. If such a file exists, how would I pass it to MegaWizard or QSYS? At a first glance it seems that the .sopcinfo files are a candidate for my problem, but they are associated apparently only with QSYS generated cores. Thanks in advance, Radu