mirror of
https://github.com/cclassic/model-ghdl
synced 2024-11-14 07:29:52 +01:00
vcom: Space added for -ghdl param
This commit is contained in:
parent
4a64ba77a0
commit
53f3e187a4
1
main.c
1
main.c
@ -370,6 +370,7 @@ int vcom(int argc, char **argv)
|
|||||||
strcpy(vhdlver, "--std=08");
|
strcpy(vhdlver, "--std=08");
|
||||||
}
|
}
|
||||||
else if (GETOPT("-ghdl")) {
|
else if (GETOPT("-ghdl")) {
|
||||||
|
append_string(¶ms, " ");
|
||||||
append_string(¶ms, argv[i]);
|
append_string(¶ms, argv[i]);
|
||||||
}
|
}
|
||||||
else if (argv[i][0] != '-'){ // VHDL file
|
else if (argv[i][0] != '-'){ // VHDL file
|
||||||
|
Loading…
Reference in New Issue
Block a user