
.PHONY: compile

compile:
	rm -rf ./generated/Main/
	sbt "test:runMain test.testModule \
	-e verilog"

