quartus "make clean" ?

Hmm...

Is there some trick to do a sort of "make clean" in a project directory? So it deletes all created files during synthesis?

rick

Reply to
Jedi
Loading thread data ...

See

formatting link

Pgs 15-17. It has a makefile with a "clean" target.

Hope this helps.

- Subroto Datta Altera Corp.

Jedi wrote:

Reply to
Subroto Datta

I have a little batch file for this job.

Martin

---------------------------------------------- JOP - a Java Processor core for FPGAs:

formatting link

clean.bat:

del *.cnf del *.rpt rem del *.sof rem del *.pof del *.ttf rem del *.jbc del *.hif del *.mmf del *.ndb del *.hex del *.fit del *.snf del *.idx del *.pin del *.jam del *.db? del *.scr del *.sum del *.xdb del *.edf del *.edo del *.log del *.his del *.vmo rem this is for quartus del *.ini del *.fsf del *.eqn rem del *.esf del *.psf del *.qws del *.ssf del *.fsf del *.qws del *.bak del *.xrf del *.done del /s db rd db

Reply to
Martin Schoeberl

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.