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.

How do I make mapfile for SPEF(Star_RC)

Status
Not open for further replies.

dreadQ

Newbie
Joined
May 18, 2021
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
35
hello. I have some problem running Star-RC to make SPEF file during autoP&R (innovus).

I worked on PNR. so I have *.v, *.lef, *.def and .itf .
below script is use. when i extract for SPEF.
-----------------------------------------
Code:
BLOCK: *
LEF_FILE: *
TOP_DEF_FILE : *
TCAD_GRD_FILE: *
MAPPING_FILE: *

OPERATING_TEMPERATURE:         125
HIERARCHICAL_SEPARATOR:     /
BUS_BIT:             []
EXTRACTION:             RC
COUPLE_TO_GROUND:         NO
COUPLING_ABS_THRESHOLD:        0
COUPLING_REL_THRESHOLD:        0
EXTRACT_VIA_CAPS:        YES       
REDUCTION:            NO
XTRACTOR:             xTractor
NUM_CORES:             16
STAR_DIRECTORY:        *
NETLIST_FORMAT:         *
NETLIST_FILE:             *
-----------------------------------------

But, Running Star-RC causes an error called "ERROR: MACRO statement before any LAYER statement. (SX-2093)"
I think an error occurred in MAPPING FILE.
MAPPING FILE format is as below.
-----------------------------------------
Code:
conducting_layers
PO POLY
M1 MET1
M2 MET2
M3 MET3
M4 MET4
VIA_layers
CONT POLY_CONT
VIA1 VIA1   
VIA2 VIA2   
VIA3 VIA3   
-----------------------------------------

Q1.
How to create a spef file using starRC?

Q2.
I read something, tlu+ can convert mapping file. right?
Q3.
what is the problem about Mapping file?

Q4.
Can i use a Calibre to make SPEF file?
my Front Eng say, spef file delay info is not match.


Please Answer. have a good time.
 
Last edited by a moderator:

I am not sure the problem is mapping file. Can you give more details about this error message?
 

I am not sure the problem is mapping file. Can you give more details about this error message?
hello, ThislsNotSam

Error Message is below.


1646613712758.png


Thanks.
--- Updated ---

I am not sure the problem is mapping file. Can you give more details about this error message?
hello, I found error.
I was include only metal LEF.
When DEVICE LEF was included, .SPEF was generated.

Thanks.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top