Added sample code for python-api
This commit is contained in:
6
examples/python-api/run.sh
Executable file
6
examples/python-api/run.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
PYTHONPATH=`pwd`/../../:$PYTHONPATH
|
||||
mkdir -p out
|
||||
if [ ! -f ../../libyosys.so ]; then
|
||||
make -C ../..
|
||||
fi
|
||||
python3.5 netlist_graph.py
|
||||
Reference in New Issue
Block a user