signaler que l'on doit mettre l'extension .pkg pour les package vasy
This commit is contained in:
parent
a7bb8496fe
commit
1590cf8f09
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: vasy.1,v 1.2 2002/10/17 17:00:06 xtof Exp $
|
||||
.\" $Id: vasy.1,v 1.3 2003/02/17 10:31:17 francois Exp $
|
||||
.\" @(#)Labo.l 2.2 95/09/24 UPMC; Author: Jacomme L.
|
||||
.pl -.4
|
||||
.TH VASY 1 "November 26, 1999" "ASIM/LIP6" "CAO\-VLSI Reference Manual"
|
||||
|
@ -90,7 +90,7 @@ all signals that must be kept during the synthesis step, using \fBboom\fP (see
|
|||
boom(1) for details). (taken into account only with option -a).
|
||||
.TP 10
|
||||
\f4\-P file\fP
|
||||
Specifies a file containing a list of logical and physical package name:
|
||||
Specifies a 'file.pkg' containing a list of logical and physical package name:
|
||||
.nf
|
||||
# Example
|
||||
work.constants.all : pkg_constants
|
||||
|
|
|
@ -185,7 +185,7 @@ void getvbpkg( FileName, Extention )
|
|||
|
||||
if ( ! VbhFigure->IS_PACKAGE )
|
||||
{
|
||||
fprintf( stdout, "ERROR file %s is not a package\n", PhysicalName );
|
||||
fprintf( stdout, "ERROR file %s.pkg is not a package\n", PhysicalName );
|
||||
autexit( 1 );
|
||||
}
|
||||
|
||||
|
@ -200,7 +200,7 @@ void getvbpkg( FileName, Extention )
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf( stdout, "Error opening package file list %s\n", FileName );
|
||||
fprintf( stdout, "Error opening package file list %s.pkg\n", FileName );
|
||||
autexit( 1 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue