--- Quote Start ---
originally posted by slava+mar 13 2006, 12:22 pm--><div class='quotetop'>quote (slava @ mar 13 2006, 12:22 pm)</div>
--- quote start ---
<!--quotebegin-shmueld@Mar 13 2006, 05:04 PM
this last step is what i am interested in! once you change the vhdl code don't you atleast have to recompile the design ? i would have thought you would also need to regenerated the the system ? if not why ?
shmuel
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13378)
--- quote end ---
--- Quote End ---
I have added step 6 :-)
BUT!
As you can see,SOPC builder generates some files in your quartus project directory and there are your HDL files these files would copied from component directory.
So, you can also replaced files in your quartus project directory.
:-)
But, I think that is not good choice for save time :-)
And I am using step 6.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13380)</div>
[/b]
--- Quote End ---
While developing a component, you can safely copy the altered design files into the
design directory, overwriting the old version. Then, you only have to recompile your design, without going through the SOPC builder. This is a tremendous time saver. After component development has finished, copy the updated files into the /hdl directory in the component tree, and regenerate.
Only if you change the interface you have to remove the component from SOPC builder and add it again.
I'm using this practice extensively, and no problems so far.
Avishay