mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 04:41:22 +00:00
6 lines
130 B
Bash
Executable file
6 lines
130 B
Bash
Executable file
PYTHONPATH=`pwd`/../../:$PYTHONPATH
|
|
mkdir -p out
|
|
if [ ! -f ../../libyosys.so ]; then
|
|
make -C ../..
|
|
fi
|
|
python3.5 netlist_graph.py
|