Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Swapping D0 type cells to D1

Status
Not open for further replies.

die_hard

Newbie level 3
Joined
Jul 14, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
I am trying to swap all the D0 type cells to D1 in ICC.

What is the easiest/fastest method to do this in ICC ?
 

I am trying to swap all the D0 type cells to D1 in ICC.

What is the easiest/fastest method to do this in ICC ?

some form of tcl scripting is required. first you do a find iterating over all instances and querying whether the name matches "D0". if it does, you change the name to "D1"
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top