all:
	python run_all.py

clean:
	- rm *.o *.out *.v *.vhd *.pyc *~ *.vcd* \#*
