S
Stefano Zanella
Guest
Hi All,
Long time no see. have spent a lot of time on the cadence
documentation with no luck. There is a missing link that I can not find.
I am trying to determine the model name of an instance that will be
netlisted. I am not writing a netlister, simply trying to determine the
model name that will be netlisted with a skill procedure. So, if there
is a completely different way that solves my problem I will be equally
happy. Here is what I am doing:
session = asiGetCurrentSession()
form=asiGetFormatter(session)
nl=nlGetNetlister(form)
So far so good. According to the documentation, the call is
nlGetModelName( o_instance )
=> t_modelName
unfortunately, I know of no functions that return o_instance. I can't
use the db functions because they return d_instance and nlGetModelName
complains about it. I am kinda stuck here. Any ideas?
Thanks in advance,
Stefano
Long time no see. have spent a lot of time on the cadence
documentation with no luck. There is a missing link that I can not find.
I am trying to determine the model name of an instance that will be
netlisted. I am not writing a netlister, simply trying to determine the
model name that will be netlisted with a skill procedure. So, if there
is a completely different way that solves my problem I will be equally
happy. Here is what I am doing:
session = asiGetCurrentSession()
form=asiGetFormatter(session)
nl=nlGetNetlister(form)
So far so good. According to the documentation, the call is
nlGetModelName( o_instance )
=> t_modelName
unfortunately, I know of no functions that return o_instance. I can't
use the db functions because they return d_instance and nlGetModelName
complains about it. I am kinda stuck here. Any ideas?
Thanks in advance,
Stefano