Trying to verify Verilog/VHDL designs with formal methods and tools
 
 
 

7 lines
129 B

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