Design rulesi and technology related data need to be encoded in a Python script file as shown in `examples/dummy_tech.py`.
Design rulesi and technology related data need to be encoded in a Python script file as shown in `examples/dummy_tech.py`.
## Debugging
Getting the configuration right can be tricky. There's some debugging options which can
help inspecting the cell generation:
*`--verbose`: Print more debug information.
*`--debug-routing-graph`: Plot the full routing grid into the layout file. This helps understanding if the pitch and tracks are well aligned with the rest of the cell.
*`--debug-routing-iterations`: Plot the intermediate results of the router to files. This helps debugging the routing algorithm.
*`--debug-output-dir`: Directory where debug information will be written.