Convert gate level netlist to hspice netlist

Status
Not open for further replies.

hmsheng

Full Member level 4
Joined
Dec 17, 2003
Messages
219
Helped
26
Reputation
52
Reaction score
10
Trophy points
1,298
Location
China
Activity points
1,556
RTL netlist is synthesized to gate level netlist. Then how to translate the gate level netlist to hspice netlist?
 

many time ...

1. calibre or RC extract have some tool can convert

2. hsim have v2s --> convert gate netlist to spice
I ever try it is OK use nassda hsim utility


see old post





hsim have PC (dos) version .. maybe someone can upload "v2s" utility
 

Problem solved by adding following script to the module block and run verilog command.

initial begin
$tran2HSPICE("***","***.spice");
end

:*** is the module name to be translate.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…