I'm using a model library with multiple sections for different process corners, and would like to be able to flip between them with a variable in ADE-L, without resorting to ADE-XL. Is there a way I can write a model wrapper file to do this, something like...
if (case==0)
include "model.scs" section=typ
else if (case==1)
include "model.scs" section=slow
else if (case==2)
include "model.scs" section=fast
etc
Thanks,
Nick