From b51a316a86b34fab26fbe1837b2a61cd6b43d3f5 Mon Sep 17 00:00:00 2001 From: faramire Date: Wed, 17 Apr 2024 05:05:31 +0200 Subject: [PATCH] removing file listings --- info.yaml | 6 ------ test/Makefile | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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)