Add +vhdl-work+ control to the config file.

Presumably, the user will want the ability to explicitly set the
working library location, so create a +vhdl-work+ plusarg setting
for exactly that purpose.
This commit is contained in:
Stephen Williams
2011-07-24 15:24:32 -07:00
parent 19099c944f
commit 521005caf6
8 changed files with 65 additions and 5 deletions
+2
View File
@@ -24,6 +24,8 @@
/* This is the integer-width argument that will be passed to ivl. */
extern unsigned integer_width;
extern const char*vhdlpp_work;
/* Perform variable substitutions on the string. */
extern char* substitutions(const char*str);