STLDesigner is a optimizer for Segmental Transmission Line(STL)
- sbt
- HSPICE
Run test.
$ sbt test
Optimize STL.
$ sbt "run ./data/config/default.yml"
Tools is written by python3 code. It's a setup commands using venv.
$ cd tools
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
After setup, you can run scripts in tools directory.
$ python score_graph.py -h
Sample command is written in tools/README.md.