Przeglądaj źródła

Update the Makefile

Jonatan Gezelius 4 lat temu
rodzic
commit
834e2d77bd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      uart_module/Makefile

+ 1 - 1
uart_module/Makefile

@@ -20,7 +20,7 @@ GHDL_OPTIONS = --work=$(WORK_LIBRARY) --workdir=$(WORK_DIR)
 TOP_TESTBENCH = generic_prescaler_tb
 
 # Add all testbench-related files on this row
-TEST_BENCHES = generic_prescaler_tb.vhd
+TEST_BENCHES = generic_prescaler_tb.vhd generic_counter_tb.vhd
 
 TEST_BENCHES_DIR = testbench
 TEST_BENCHES_FULL_PATH = $(addprefix $(TEST_BENCHES_DIR)/,$(TEST_BENCHES))