Explorar el Código

Update the Makefile

Jonatan Gezelius hace 4 años
padre
commit
834e2d77bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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))