2011-01-24 05:26:27 +01:00
|
|
|
|
|
|
|
|
vhdlpp COMMAND LINE FLAGS:
|
|
|
|
|
|
|
|
|
|
-D <token>
|
2011-07-31 00:04:07 +02:00
|
|
|
Debug flags. The token can be:
|
2011-01-24 05:26:27 +01:00
|
|
|
|
|
|
|
|
* yydebug | no-yydebug
|
|
|
|
|
|
|
|
|
|
* entities=<path>
|
|
|
|
|
|
2011-07-31 00:04:07 +02:00
|
|
|
-L <path>
|
|
|
|
|
Library path. Add the directory name to the front of the library
|
|
|
|
|
search path. The library search path is initially empty.
|
|
|
|
|
|
2011-01-24 05:26:27 +01:00
|
|
|
-V
|
|
|
|
|
Display version on stdout
|
|
|
|
|
|
|
|
|
|
-v
|
|
|
|
|
Verbose: Display version on stderr, and enable verbose messages to
|
|
|
|
|
stderr.
|
2011-07-31 00:04:07 +02:00
|
|
|
|
|
|
|
|
-w <path>
|
|
|
|
|
Work path. This is the directory where the working directory is.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBRARY FORMAT:
|
|
|
|
|
|
|
|
|
|
The vhdlpp program stores libraries as directory that contain
|
|
|
|
|
packages. The name of the directory (in lower case) is the name of the
|
|
|
|
|
library as used on the "import" statement. Within that library, there
|
|
|
|
|
are packages in files named <foo>.pkg.
|