diff --git a/litex/tools/litex_term.py b/litex/tools/litex_term.py index a81a97870..bdf2ca8a5 100755 --- a/litex/tools/litex_term.py +++ b/litex/tools/litex_term.py @@ -496,7 +496,8 @@ def main(): term.console.configure() try: term.start() - while True: pass + while True: + time.sleep(0.1) except: if bridge_cls is not None: bridge.close()