hi all
i just want to make the regression faster and find to compile the.v and .e files to share library.i use emanager ,my
verification structure is something like:
TCs(all define value)
|___ define_common.e (include plenty of #ifdefs)
|___....
|___ bfm(include just one #ifdef)
|____ monitor(include just one #ifdef)
|____ ..........
if i compile define_common.e layer,that will make too many error report about unstatement if i compile .e files under
define_common.e ,the #ifdef branch in bfm or monitor don't seem to work.at a result ,i replace the #ifdef in bfm or monitor
with an undefined way ,i think that will be ok!
but,,,emanager could just run for once,that is to say:if i do not shut down the emanager , start another vsif or run it again
,all the testcases could be failed,,,,so ,why
thank you for helpping me out of this!!!