Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > Cadence > Re: Can a cdf f...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 3947 of 4373
Post > Topic >>

Re: Can a cdf file looks like that???

by Riad KACED <riad.kaced@[EMAIL PROTECTED] > Apr 9, 2008 at 03:25 PM

Hi Ahmad,

That's the best ever CDF file I've seen in my life :-) Have never seen
such a pretty before  ;-)
Well, it have a bit of shape of a CDF file, but As you can see in the
Cadence do***entation, a CDF files looks rather like :

/****************************************************/
LIBRARY = "analogLib"
CELL = "nbsim"
/****************************************************/
let( ( libId cellId cdfId )
unless( cellId = ddGetObj( LIBRARY CELL )
error( "Could not get cell %s." CELL )
)
when( cdfId = cdfGetBaseCellCDF( cellId )
cdfDeleteCDF( cdfId )
)
cdfId = cdfCreateBaseCellCDF( cellId )
;;; Parameters
cdfCreateParam( cdfId
?name "model"
?prompt "Model name"
?defValue ""
?type "string"
?display "artParameterInToolDisplay('model)"
?parseAsCEL "yes"
)
...........

You can dump a CDF file from your CIW using a skill command like :
cdfDump("libName" "outputFile" ?cellName "cellName")
eg: cdfDump("analogLib" "edtmp" ?cellName "nfet")

When loaded, the CDF properties are stored into your celleView prop.xx
file.

2. I would say yes, with a piece a perl ...

Good luck !

Riad.
 




 4 Posts in Topic:
Can a cdf file looks like that???
Reotaro Hashemoto <ahm  2008-04-09 02:00:16 
Re: Can a cdf file looks like that???
Riad KACED <riad.kaced  2008-04-09 15:25:59 
Re: Can a cdf file looks like that???
"S.Badel" <s  2008-04-09 16:46:20 
Re: Can a cdf file looks like that???
Andrew Beckett <andrew  2008-04-30 10:50:55 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 20:05:46 CST 2008.