mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-25 19:57:13 +00:00
svg: Basic SVG graphics rendering
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
1
python/svg_placement.py
Normal file
1
python/svg_placement.py
Normal file
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_placed.svg", "scale=50 hide_routing")
|
||||
1
python/svg_routing.py
Normal file
1
python/svg_routing.py
Normal file
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500")
|
||||
1
python/svg_routing_fast.py
Normal file
1
python/svg_routing_fast.py
Normal file
@@ -0,0 +1 @@
|
||||
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500 hide_inactive")
|
||||
Reference in New Issue
Block a user