mirror of
https://github.com/cclassic/model-ghdl
synced 2024-11-14 07:45:06 +01:00
Removed debug stuff
This commit is contained in:
parent
9bf6c625f4
commit
a989b7bb06
4
main.c
4
main.c
@ -139,7 +139,7 @@ int run_simulation(char *command, ...) {
|
||||
proc = popen(cmd, "r");
|
||||
|
||||
if (proc == NULL) {
|
||||
printf("Error: Could not start the simulation.\n");
|
||||
printf("[E] Could not start the simulation.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -182,7 +182,7 @@ int run_gtkwave(char *toplevel, char *command, ...) {
|
||||
vsprintf(cmd, command, argptr);
|
||||
va_end(argptr);
|
||||
|
||||
printf("RUN_SIM: %s\n", cmd);
|
||||
//printf("RUN_SIM: %s\n", cmd);
|
||||
|
||||
pid = system2(cmd, NULL, NULL);
|
||||
//printf("--> PID=%d\n", pid);
|
||||
|
Loading…
Reference in New Issue
Block a user