1
0
mirror of https://github.com/cclassic/model-ghdl synced 2025-08-01 15:05:40 +02:00

Added support for multiple -ghdl arguments, added language args for vsim

This commit is contained in:
Makise Kurisu
2015-06-19 15:06:57 +02:00
parent ee19939e7c
commit ea1b2aff3f
2 changed files with 23 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ int main(int argc, char **argv)
vhdlver = "--std=08";
}
else if (GETOPT("-ghdl")) {
ghdlargs = argv[i];
ghdlargs += string(argv[i]) + " ";
}
else if (GETOPT("-modelsimini")) {
// Not used