mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-29 01:24:28 +02:00
svg: Basic SVG graphics rendering
Signed-off-by: David Shah <[email protected]>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_placed.svg", "scale=50 hide_routing")
|
||||
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500")
|
||||
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500 hide_inactive")
|
||||
Reference in New Issue
Block a user