VCS and vpi_put_delays

Y

Yottameter

Guest
I'm getting this error at runtime from VCS when I use vpi_put_delays:

Error: acc_replace_delays: Module input port back annotation not
enabled, please add capability mip

I'm using vpi_user.c, not pli.tab. Anybody know how to enable acc
capabilities with vpi_user.c?
 
BTW, it is working with pli.tab, but I'm wondering if there is a cleaner
way using vpi_user.c.



Yottameter wrote:
I'm getting this error at runtime from VCS when I use vpi_put_delays:

Error: acc_replace_delays: Module input port back annotation not
enabled, please add capability mip

I'm using vpi_user.c, not pli.tab. Anybody know how to enable acc
capabilities with vpi_user.c?
 
Please use '-debug' or '-debug_all' options if you are using latest
versions of VCS.

Or else try with '+cli+4' option if you are using older versions of
VCS [7.1]

If it does not help, please share your compile time command with all
options.

Thanks & Regards,
Karthik
 

Welcome to EDABoard.com

Sponsor

Back
Top