|
@@ -17,10 +17,10 @@ WORK_LIBRARY = work
|
|
|
GHDL_OPTIONS = --work=$(WORK_LIBRARY) --workdir=$(WORK_DIR)
|
|
GHDL_OPTIONS = --work=$(WORK_LIBRARY) --workdir=$(WORK_DIR)
|
|
|
|
|
|
|
|
# Name of the testbench entity to simulate
|
|
# Name of the testbench entity to simulate
|
|
|
-TOP_TESTBENCH = tb
|
|
|
|
|
|
|
+TOP_TESTBENCH = generic_counter_tb
|
|
|
|
|
|
|
|
# Add all testbench-related files on this row
|
|
# Add all testbench-related files on this row
|
|
|
-TEST_BENCHES = tb.vhd
|
|
|
|
|
|
|
+TEST_BENCHES = generic_counter_tb.vhd
|
|
|
|
|
|
|
|
TEST_BENCHES_DIR = testbench
|
|
TEST_BENCHES_DIR = testbench
|
|
|
TEST_BENCHES_FULL_PATH = $(addprefix $(TEST_BENCHES_DIR)/,$(TEST_BENCHES))
|
|
TEST_BENCHES_FULL_PATH = $(addprefix $(TEST_BENCHES_DIR)/,$(TEST_BENCHES))
|