Explorar o código

Update the Makefile

Jonatan Gezelius %!s(int64=4) %!d(string=hai) anos
pai
achega
834e2d77bd
Modificáronse 1 ficheiros con 1 adicións e 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))