aboutsummaryrefslogtreecommitdiffstats
path: root/examples/python-api/run.sh
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-03 11:24:50 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-03 11:24:50 +0200
commit539a7f3fbce2f27f0de9a298993b13623c5c8f95 (patch)
tree9d1b922e62a85059aabb2405c57f6a4affb67422 /examples/python-api/run.sh
parentd287596be3ea5bc623b27e958c427b991f3400bd (diff)
downloadyosys-539a7f3fbce2f27f0de9a298993b13623c5c8f95.tar.gz
yosys-539a7f3fbce2f27f0de9a298993b13623c5c8f95.tar.bz2
yosys-539a7f3fbce2f27f0de9a298993b13623c5c8f95.zip
Added cell_stats example
Diffstat (limited to 'examples/python-api/run.sh')
-rwxr-xr-xexamples/python-api/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/python-api/run.sh b/examples/python-api/run.sh
deleted file mode 100755
index 5852ea9ac..000000000
--- a/examples/python-api/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-PYTHONPATH=`pwd`/../../:$PYTHONPATH
-mkdir -p out
-if [ ! -f ../../libyosys.so ]; then
- make -C ../..
-fi
-python3.5 netlist_graph.py