Altera_Forum
Honored Contributor
12 years agoQuartus II Linux 64bit 12.1/177 Archive Project questions
Howdy :-)
We are working on a project that integrates VHDL logic from multiple design teams into an fpga. We typically get a new drop of VHDL from one of the teams, integrate it into the Quartus Project, compile, time, fit, assemble, program the fpga, and start debuggin in hardware. We also use the Logic Tap function to debug problems we see in the hardware. When that drop of the design is stable, we want to archive it completely enough to reconstruct it completely from the archive - completely identical to the fpga that we archived. And we don't want to waste a huge amount of space saving files or data that we do not need. We are using Quartus 64bit for Linux ver 12.1/177 a) Does the quartus_sh --archive option include enough of the design information and any required intermediate files to restore the Project to produce an identical fpga? b) What options should we select to produce an identical fpga from the restored archive? c) We are also considering just tarring up all of the files of particular extensions, and then gzipping them, or perhaps tarring up the whole project dir & subdirs. Does this approach offer any advantages to using the quartus_sh --archive option? d) What compression does Quartus use for generating project archives in Linux? How does it compare to files that have been tar-ed & Gzip-ed? Would it make sense to tar and/or gzip the .qar file output by Quartus? Thanks!!!