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.

Spice extraction with Star-RC and Hercules

Status
Not open for further replies.

newcpu

Member level 4
Joined
Oct 30, 2005
Messages
76
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,818
Could anyone help me about spice extraction with Star-RC and Hercules?
Thanks a lot.
 

extracting spice netlists from layouts

hi u say spice extraction in the sense..
I assume that u need to generate spice netlist from ur verilog netlist in hercules

Using nettran command in herculese u can generate spice netlist

>nettran -i <netlist_file> -outType SPICE -outName <spice_file>

Can u elaborate the question in detail...


Regards
Shankar
 

remove_floating_nets

Hi Shankar,
Thanks a lot for your reply. I want to extract spice netlist with Star-RC and Hercules for analog circuit. The input is the prelayout hspice netlist. I want to run post-layout simulation with the paratisics. Could you tell how to do it?

Best Regards,
Bangtian Jia
 

evaccess database

Put this in your STARXtract Command Files.

* Hercules Database
block:top_digital
bus_bit:_
case_sensitive:yes
compare_directory:run_details/compare
evaccess_directory:run_details/evaccess
milkyway_database:top_digital_mw_ext
milkyway_extract_view:yes
net_type:SCHEMATIC
process_corner:TYP
translate_retain_bulk_layers:yes
xref:yes

* Netlisting
netlist_comments_file:run_details/compare/sum.top_digital
netlist_connect_opens:!*
netlist_file:top_digital.star
netlist_format:star
netlist_name_map:yes
netlist_ideal_spice_file: xlpe.sp
* NETLIST_IDEAL_SPICE_TYPE: LAYOUTi to ouput netlist which reference to LAYOUT DB and SCHEM which reference to SCHEMATIC
* HN_NETLIST_SPICE_TYPE: MN MP X
*HIERARCHICAL_SEPARATOR: <| | / |.|:>
HIERARCHICAL_SEPARATOR:.
* Noise Analysis
coupling_abs_threshold:1e-16
coupling_rel_threshold:0.1
coupling_report_file:coupling_report.txt
coupling_report_number:1000

* Processing
* nets: fpll200M I154/n271 SHAREI - This option is used to extract a list of specify NETS
power_extract:no
remove_floating_nets:yes
short_pins:yes
skip_cells:*
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top