all:
	python test_all.py

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