SIM ?= ghdl
TOPLEVEL := dut
TOPLEVEL_LANG ?= vhdl
VHDL_SOURCES = dut.vhdl
MODULE = tb
include $(shell cocotb-config --makefiles)/Makefile.sim
