diff --git a/info.yaml b/info.yaml index 4737039..6dc067e 100644 --- a/info.yaml +++ b/info.yaml @@ -16,12 +16,6 @@ project: # List your project's source files here. Source files must be in ./src and you must list each source file separately, one per line: source_files: - "stopwatch_top.v" - - "clockdivider.v" - - "controller.v" - - "counter6.v" - - "counter10.v" - - "counter_chain.v" - - "SPI_wrapper.v" # The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins. pinout: diff --git a/test/Makefile b/test/Makefile index beee938..84ded23 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ SIM ?= icarus TOPLEVEL_LANG ?= verilog SRC_DIR = $(PWD)/../src -PROJECT_SOURCES = clockdivider.v controller.v counter6.v counter10.v counter_chain.v SPI_wrapper.v stopwatch_top.v +PROJECT_SOURCES = stopwatch_top.v ifneq ($(GATES),yes)