7 lines
130 B
Bash
Executable File
7 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
|