TurnN
Newbie level 2
Hi.
I study a non-semiconuctor computing device and use Virtuoso 6.1.4 as EDA tool.
I'm making a technology file for the device, and I'm having a problem.
I wrote below in the .tf file:
constraintGroups(
(foundry
interconnect(
(validLayers ("L1" "L2" "L3" "L4"))
(validVias ("V1"))
(validVias
(
(("width" nil nil "width" nil nil) (V1))
(
(15.0 15.0) (V1)
)
)
)
);interconnect
spacings(...)
);foundry
);constraintGroups
However, when I convert a schematic to layout, the following error appears:
*WARNING* (LX-2063): The technology library 'adp619Refine' contains no constraint groups that have
a 'validLayers' or 'validVias' constraint defined. Thus the XL connectivity extractor is disabled.
To enable it, add a 'validLayers' constraint to the appropriate constraint group, and ensure that
this constraint group is specified by the 'setupConstraintGroup' environment variable.
What is wrong? Please help me.
I study a non-semiconuctor computing device and use Virtuoso 6.1.4 as EDA tool.
I'm making a technology file for the device, and I'm having a problem.
I wrote below in the .tf file:
constraintGroups(
(foundry
interconnect(
(validLayers ("L1" "L2" "L3" "L4"))
(validVias ("V1"))
(validVias
(
(("width" nil nil "width" nil nil) (V1))
(
(15.0 15.0) (V1)
)
)
)
);interconnect
spacings(...)
);foundry
);constraintGroups
However, when I convert a schematic to layout, the following error appears:
*WARNING* (LX-2063): The technology library 'adp619Refine' contains no constraint groups that have
a 'validLayers' or 'validVias' constraint defined. Thus the XL connectivity extractor is disabled.
To enable it, add a 'validLayers' constraint to the appropriate constraint group, and ensure that
this constraint group is specified by the 'setupConstraintGroup' environment variable.
What is wrong? Please help me.