where is the terminal order property?

S

S. Badel

Guest
i have a cell with two terminals. At first they were
called PLUS and MINUS, but for compliance with
extraction tool i had to change them to POS and MINUS.

i changed the terminal names on every view, and the CDF.
but assura now issues the warning

*WARNING* terminal order "PLUS" does not match with terminals defined in
rule file
extractDevice("CMMV" MMC (cmmvcnt_241_terminal "POS" "MINUS") (namePrefix
"C"..

it seems like the old terminal name are still stored somewhere,
i can't figure out where...

any hints?

thanks,
stephane
 
Hi Stephane,

If you edit the symbol, then there is in one of the drop down menus
an entry called port order. I don't remember in which one of them it is.
You can try it there.(I think it is in the Edit menu)

Are you sure, that your cell gets netlisted from scratch and does
not use an existing netlist file with PLUS and MINUS, that is somewhere
on your network?

The other thing is to try a cross check between all the views for your
cell. You might have overlooked one cellview.
If your cross check is setup correctly, then it should find it.

B.K.


S. Badel wrote:
i have a cell with two terminals. At first they were
called PLUS and MINUS, but for compliance with
extraction tool i had to change them to POS and MINUS.

i changed the terminal names on every view, and the CDF.
but assura now issues the warning

*WARNING* terminal order "PLUS" does not match with terminals defined in
rule file
extractDevice("CMMV" MMC (cmmvcnt_241_terminal "POS" "MINUS") (namePrefix
"C"..

it seems like the old terminal name are still stored somewhere,
i can't figure out where...

any hints?

thanks,
stephane
 
Stephane:
You changed the base CDF correct?

You changed the auLvs termOrder in the simInfo section of the CDF correct?

cdf=cdfGetBaseCellCDF(geGetWindowCellView()->cell)
cdf->simInfo->termOrder
---
Erik

"S. Badel" <stephane.badel@epfl.ch> wrote in message news:<3ffe7639$1@epflnews.epfl.ch>...
i have a cell with two terminals. At first they were
called PLUS and MINUS, but for compliance with
extraction tool i had to change them to POS and MINUS.

i changed the terminal names on every view, and the CDF.
but assura now issues the warning

*WARNING* terminal order "PLUS" does not match with terminals defined in
rule file
extractDevice("CMMV" MMC (cmmvcnt_241_terminal "POS" "MINUS") (namePrefix
"C"..

it seems like the old terminal name are still stored somewhere,
i can't figure out where...

any hints?

thanks,
stephane
 

Welcome to EDABoard.com

Sponsor

Back
Top