FRONTPANEL: Avoid issues restarting test application soon after prior runs of test application
This commit is contained in:
parent
413ab4b9a6
commit
ab402130b1
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ if ((f = fopen (sim_config, "w"))) {
|
||||||
fprintf (f, "set cpu autoboot\n");
|
fprintf (f, "set cpu autoboot\n");
|
||||||
fprintf (f, "set cpu 64\n");
|
fprintf (f, "set cpu 64\n");
|
||||||
fprintf (f, "set console telnet=buffered\n");
|
fprintf (f, "set console telnet=buffered\n");
|
||||||
fprintf (f, "set console telnet=1927\n");
|
fprintf (f, "set console -u telnet=1927\n");
|
||||||
/* Start a terminal emulator for the console port */
|
/* Start a terminal emulator for the console port */
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
fprintf (f, "set env PATH=%%PATH%%;%%ProgramFiles%%\\PuTTY;%%ProgramFiles(x86)%%\\PuTTY\n");
|
fprintf (f, "set env PATH=%%PATH%%;%%ProgramFiles%%\\PuTTY;%%ProgramFiles(x86)%%\\PuTTY\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue