Hi, may I ask how do we interpret the MTerms in SP...
# openroad
j
Hi, may I ask how do we interpret the MTerms in SPEF file? Take for example the image shown, we have the normal mapping of
cells
to alphabet pins, but mapping of
nets
(e.g. *37) to numbers. How can we check which number correspond to which part of the
net
?
m
there is a mapping at the top of the spef from *num to name
j
I understand for SPEF,
*x:y
,
x
refers to the nets/insts, but what about the port mapping
y
? Because the port mapping is not given in my SPEF file, i'm wondering if theres something I can do to enable it
m
it is a name map and just maps strings
j
Ok, thanks.