This project is a routing tool, based on Lee's Maze Algorithm & is part of my thesis.
The project is still under development!
Python 3.10 and beyond
- tkinter
- pyreadline
- numpy
- mathplotlib
Router/
βββ benchmarks/
βββ data/
βββ src/
β βββ file_io/
β β βββ __init__.py
β β βββ parsers.py
β β βββ writers.py
β βββ place_and_route/
β β βββ __init__.py
β β βββ placement.py
β β βββ routing.py
β βββ structures/
β β βββ __init__.py
β β βββ design_components.py
β β βββ trees.py
β βββ ui/
β β βββ __init__.py
β β βββ gui.py
β β βββ tcl_interpreter.py
β βββ __init__.py
β βββ config.py
β βββ router.py
βββ test/
βββ .gitignore
βββ Makefile
βββ README.md