Skip to content

Commit

Permalink
removing file listings
Browse files Browse the repository at this point in the history
  • Loading branch information
faramire committed Apr 17, 2024
1 parent e564806 commit b51a316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b51a316

Please sign in to comment.