.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
docs/Makefile
docs/api_reference.rst
docs/apps_examples.rst
docs/background.rst
docs/conf.py
docs/index.rst
docs/known_issues.rst
docs/make.bat
docs/requirements.txt
docs/tests.rst
docs/under_the_hood.rst
docs/usage.rst
docs/_static/.keep
notcl/__init__.py
notcl/bridge_client.py
notcl/bridge_server.py
notcl/message.py
notcl/msg_classes.py
notcl/tclobj.py
notcl/tcltool.py
notcl/version.py
notcl.egg-info/PKG-INFO
notcl.egg-info/SOURCES.txt
notcl.egg-info/dependency_links.txt
notcl.egg-info/top_level.txt
notcl/apps/__init__.py
notcl/apps/vivado.py
notcl/apps/yosys.py
notcl/tcl/__init__.py
notcl/tcl/notcl.tcl
notcl/tests/__init__.py
notcl/tests/test_bridge.py
notcl/tests/test_concurrency.py
notcl/tests/test_custom_tclsh.py
notcl/tests/test_tclobj.py
notcl/tests/test_tclsh.py
utils/test-notcl-tclsh/.gitignore
utils/test-notcl-tclsh/Makefile
utils/test-notcl-tclsh/README.rst
utils/test-notcl-tclsh/box_type.c
utils/test-notcl-tclsh/box_type.h
utils/test-notcl-tclsh/cmd_infinite_loop.c
utils/test-notcl-tclsh/cmd_infinite_loop.h
utils/test-notcl-tclsh/cmd_invert_case.c
utils/test-notcl-tclsh/cmd_invert_case.h
utils/test-notcl-tclsh/cmd_multiply.c
utils/test-notcl-tclsh/cmd_multiply.h
utils/test-notcl-tclsh/cmds_box.c
utils/test-notcl-tclsh/cmds_box.h
utils/test-notcl-tclsh/cmds_signal.c
utils/test-notcl-tclsh/cmds_signal.h
utils/test-notcl-tclsh/main.c