SIMULATION_PC := vt102.vhdl
ZUSE=${HOME}/zuse/zuse23
.PHONY: bench

include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk

bench:
	mkdir -p test
	cp $(ZUSE)/src/plan2vhdl/zuse_trommel.xml test/
	cp $(ZUSE)/src/plan2vhdl/Matrix.xml test/zusetest.xml
	../../scripts/faum-xml2bench test
generate:
	touch $@
clean distclean::
	rm -f generate
	rm -rf test
