From 59f4030c2683a88d132ced0fe10678c63361ac96 Mon Sep 17 00:00:00 2001 From: Vladimir Burian Date: Thu, 14 Apr 2011 13:57:28 +0200 Subject: [PATCH] Testbench moved into 'tb' directory --- Makefile => tb/Makefile | 3 +++ tb_qcounter.vhd => tb/tb_qcounter.vhd | 0 2 files changed, 3 insertions(+) rename Makefile => tb/Makefile (85%) rename tb_qcounter.vhd => tb/tb_qcounter.vhd (100%) 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 -- 2.39.2