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.

Questions on Hercules netlist to spice conversion by nettran

Status
Not open for further replies.

iclayout1001

Newbie level 5
Joined
Apr 16, 2007
Messages
9
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,329
hercules nettran

Is there an command option of nettran to add a prefix"X" to the instance name when translating a hercules netlist to spice? And how to remove the string"u" of the parameters? If without such options, I will have to write a script to modify the converted netlist.

For example, my source hercules netlist like this:

{ inst r1 = rpply
{ prop w=0.9 l=8.0 rval=1455.0 }
{ pin net28=A net26=B vss=BULK }

When running with the following options,

nettran -hercules block1.herc -outType spice -outName block1.cdl

I got the netlist like this:

r1 net28 net26 rpply rval=8116.0 l=70.0u w=1.4u $BULK=vss

But I would like to the converted netlist like this:

Xr1 net28 net26 rpply rval=8116.0 l=70.0 w=1.4 $BULK=vss
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top