.PHONY: counter
|
|
counter: counter.vhd counter_t.sv counter_f.sby
|
|
sby -f -d work counter_f.sby
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -rf work
|