From: Vladimir Burian Date: Thu, 14 Apr 2011 11:57:28 +0000 (+0200) Subject: Testbench moved into 'tb' directory X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/quadcount.git/commitdiff_plain/59f4030c2683a88d132ced0fe10678c63361ac96 Testbench moved into 'tb' directory --- diff --git a/Makefile b/tb/Makefile similarity index 85% rename from Makefile rename to tb/Makefile index 2d71407..18d0314 100644 --- a/Makefile +++ b/tb/Makefile @@ -12,5 +12,8 @@ $(VHDL_MAIN): $(VHDL_MAIN).o $(VHDL_SUB) %.o: %.vhd ghdl -a --ieee=synopsys $< +%.o: ../%.vhd + ghdl -a --ieee=synopsys $< + clean: rm -Rf *.o qctest diff --git a/tb_qcounter.vhd b/tb/tb_qcounter.vhd similarity index 100% rename from tb_qcounter.vhd rename to tb/tb_qcounter.vhd