svg: Basic SVG graphics rendering

Signed-off-by: David Shah <[email protected]>
This commit is contained in:
David Shah
2020-02-15 11:35:51 +00:00
parent e0b4f0ee63
commit b6158f94f6
7 changed files with 168 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ctx.writeSVG(ctx.top_module + "_placed.svg", "scale=50 hide_routing")
+1
View File
@@ -0,0 +1 @@
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500")
+1
View File
@@ -0,0 +1 @@
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500 hide_inactive")