python: Add interactive.py for a REPL during PnR
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
6a335411da
commit
0cbc25f74a
6
python/interactive.py
Normal file
6
python/interactive.py
Normal file
@ -0,0 +1,6 @@
|
||||
# Pass this file to one of the Python script arguments (e.g. --pre-place interactive.py)
|
||||
# to drop to an command-line interactive Python session in the middle of place and route
|
||||
|
||||
import code
|
||||
print("Press Ctrl+D to finish interactive session")
|
||||
code.interact(local=locals())
|
Loading…
Reference in New Issue
Block a user