aboutsummaryrefslogtreecommitdiffstats
path: root/python/svg_routing_fast.py
blob: d30a9d66beefed685883987baa7d61ddbc3a3d9e (plain)
1
ctx.writeSVG(ctx.top_module + "_routed.svg", "scale=500 hide_inactive")
iv class="highlight">
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro.vhdl
elab_simulate repro

analyze ent.vhdl
elab_simulate test

clean

echo "Test successful"