mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-23 23:44:03 +00:00
Added sample code for python-api
This commit is contained in:
parent
6577a69246
commit
c151bb31eb
3 changed files with 479 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue