Debug regressions: use a plusarg to enable remote bitbang.
This commit is contained in:
@ -220,9 +220,6 @@ done_processing:
|
||||
jtag = new remote_bitbang_t(0);
|
||||
dtm = new dtm_t(htif_argc, htif_argv);
|
||||
|
||||
jtag = new remote_bitbang_t(0);
|
||||
dtm = new dtm_t(to_dtm);
|
||||
|
||||
signal(SIGTERM, handle_sigterm);
|
||||
|
||||
bool dump;
|
||||
|
@ -69,6 +69,7 @@ remote_bitbang_t::remote_bitbang_t(uint16_t port) :
|
||||
trstn = 1;
|
||||
quit = 0;
|
||||
|
||||
printf ("This emulator compiled with JTAG Remote Bitbang client. To enable, use +jtag_rbb_enable=1.\n");
|
||||
printf("Listening on port %d\n",
|
||||
ntohs(addr.sin_port));
|
||||
fflush(stdout);
|
||||
|
Reference in New Issue
Block a user