aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/svg_placement.py1
-rw-r--r--python/svg_routing.py1
-rw-r--r--python/svg_routing_fast.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/python/svg_placement.py b/python/svg_placement.py
new file mode 100644
index 00000000..6adf0afd
--- /dev/null
+++ b/python/svg_placement.py
@@ -0,0 +1 @@
+ctx.writeSVG(ctx.top_module + "_placed.svg", "scale=50 hide_routing")
diff --git a/python/svg_routing.py b/python/svg_routing.py
new file mode 100644
index 00000000..589b92b7
--- /dev/null
+++ b/python/svg_routing.py
@@ -0,0 +1 @@
+ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500")
diff --git a/python/svg_routing_fast.py b/python/svg_routing_fast.py
new file mode 100644
index 00000000..d30a9d66
--- /dev/null
+++ b/python/svg_routing_fast.py
@@ -0,0 +1 @@
+ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500 hide_inactive")