Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi Jo,
You can stop Quartus from copying files by using a .qip file. For example, here are the last lines of a Tcl generate procedure: --- Quote Start --- # Add the files to the project (Quartus copies the files) # # Generated instance add_fileset_file "$entity.vhd" VHDL PATH "$file" # # QIP File set vhdl $::env(VHDL) add_fileset_file avs_ltc1867.qip OTHER PATH $vhdl/lib/ltc1867/scripts/avs_ltc1867.qip --- Quote End --- I know this might not be enough information to understand what do to, so I'll upload a zip file with the component source. The component won't work for you, since its missing other dependent source (I just zipped a folder in my CVS tree), but at least you'll be able to see the _hw.tcl script and the associated support files. If you get stuck, ask questions. Cheers, Dave