| Author |
Message |
phutanesv
Joined: 26 Apr 2007 Posts: 150 Helped: 12
|
18 Mar 2008 5:24 An query about TCL Script |
|
|
|
Dear dudes,
Can any one help in how to write a tikkle script using
function to get area of a library model
phutane
|
|
| Back to top |
|
 |
rjainv
Joined: 18 Feb 2007 Posts: 151 Helped: 14 Location: Bangalore, India
|
18 Mar 2008 9:07 An query about TCL Script |
|
|
|
| what is the format of library model ?
|
|
| Back to top |
|
 |
phutanesv
Joined: 26 Apr 2007 Posts: 150 Helped: 12
|
18 Mar 2008 9:48 Re: An query about TCL Script |
|
|
|
hai dude,
No idea of which library model to be used.
can u say general idea how write genrally considering some library.
also i need to count the inverter cells buffers cells, flipfops, total utilization,
estimated signal wire length.
can u give me any idea by using function to do this
phutane
|
|
| Back to top |
|
 |
rjainv
Joined: 18 Feb 2007 Posts: 151 Helped: 14 Location: Bangalore, India
|
18 Mar 2008 12:44 An query about TCL Script |
|
|
|
there is no function as such in standard tcl library since tcl is a generic programming language. All tools add their own functions for doing tasks specific to tool.
You'll need to write your own function that can parse through the libray and generate the information you need. Hence the question about which library format you are working on.
|
|
| Back to top |
|
 |
phutanesv
Joined: 26 Apr 2007 Posts: 150 Helped: 12
|
18 Mar 2008 13:34 Re: An query about TCL Script |
|
|
|
dear rjainv,
Write a function to get area of a library model
(ex. NAND2X please check exact name in the library you are having"
You can use model_outline to get width and height.
This was a task given to me?
what do u understand by this?
Please let me know? and how to proceed?
Phutane
|
|
| Back to top |
|
 |