OS: Windows
(PCLS) Displays Mentor feature information for a specified product.
pkgmap -pi feature [-p path_to_mgc.pkginfo]
Displays the Mentor packaging information for the specified product. If feature is an atomic feature name, pkgmap lists the composites that contain the atomic. If feature is a composite feature, pkgmap lists the atomics in that composite.
Specifies the location of the mgc.pkginfo file. The default search path is as follows:
Sequence |
Search Path |
|---|---|
1 |
Path from the command line |
2 |
%MGLS_PKGINFO_FILE% |
3 |
%PCLS_HOME%\mgc.pkginfo |
4 |
Current directory |
5 |
%MGC_HOME%\lib\mgc.pkginfo |
The following example shows composite information for an atomic feature.
pkgmap -pi variantmgrpads
Package information version v3.1_3.5i, written Sat Nov 03 17:01:12 2018pkgmap: variantmgrpads
variantpgrpads is contained in the following composites...
padses_c
padsds_c
padsbr_c
exppe_c
exppeat_c
padspro_c
padsstdplus_c
padsams_c
variantmgrpro_c
padspropcb_cThe following example shows atomic information for a composite feature.
pkgmap -pi padsams_c
Package information version v3.1_3.5i, written Sat Nov 03 17:01:12 2018pkgmap: composite padsms_c
padsams_c {
dxdatabook
dxpdf
visualibis
hyplsw
hyplswxtk
netlistflow
variantmgrpads
viewdraw040
dxdblocal
cespads
lmpads
padsprjint2
} padsams_c composite ENDSThe following example shows composite information for an atomic feature in a specified mgc.pkginfo file.
pkgmap -p c:\MentorGraphics\Licensing\mgc.pkginfo -pi pdq
Package information version v3.1_3.5i, written Sat Nov 03 17:01:12 2018pkgmap: pdq
pdq is contained in the following composites...
ttraces_c
xtraces_c
xtraces3d_c
sclin0003ln_c
bsdall_cPCLS includes a Win64 version of pkgmap.exe named pkgmap64.exe. You can run this binary only on Win64 machines.