#
# Example of using GTKWave to view VCD files
#
EXEDIR=../../bin

vcd_test: 
	$(EXEDIR)/wave vcd.dmp vcd.sav

clean:
	rm -rf core ./*.core
