.PHONY: dlatch
dlatch: dlatch.vhd dlatch_t.sv dlatch_f.sby
	sby -f -d work dlatch_f.sby

.PHONY: clean
clean:
	rm -rf work