08-15-2012 11:19 PM
Hi,
I am using tcl script for synthesis but it adds testbench in synthesis and output an error . How can I manage testbench in tcl script so that i can exclude it during synthesis and include during the generation of the simulation executables.
08-20-2012 12:24 PM
Hello,
I would recommend separate scripts for simulation and synthesis. In many cases, the file sets of these two flows are very different, and lend themselves to using separate scripts.
OK, hope this helps ...
08-21-2012 07:34 AM
Thanks for your reply :)