jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.99k stars 351 forks source link

After running automated tests, local echo is turned off in terminal #144

Closed jbush001 closed 6 years ago

jbush001 commented 6 years ago
cd build/tests
make tests

After this, there is no local echo. This was obviously disabled by the emulator at some point, but it's unclear why it was not restored. It seems possible one of the tests killed it so it didn't exit cleanly.

jbush001 commented 6 years ago

The remote-gdb and shared_memory tests cause this issue.