In reply to antonio92m:
Regarding to the Makefile, could anyone tell me which is the way of optimising the design?
In my “.do” file I was doing this:
vopt top -o top_optimized +acc +cover=sbfec+scrambler(rtl).
However this does not work within my makefile, I get the following error:
/bin/sh: -c: line 0: syntax error near unexpected token `(’
/bin/sh: -c: line 0: `vopt top -o top_optimized +acc +cover=sbfec+scrambler(rtl).’
make: *** [compile_sv_tb] Error 1
Thanks in advance,
Antonio