Skip to content

Commit

Permalink
used wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
faramire committed Sep 4, 2024
1 parent fc51ba4 commit 2d92728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:
- "rotary_ring_wrapper.v"
- "controller.v"
- "rotary_decoder.v"
- "rotary_ring_driver.v"
- "led_ring_driver.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 = rotary_ring_wrapper.v controller.v rotary_decoder.v rotary_ring_driver.v
PROJECT_SOURCES = rotary_ring_wrapper.v controller.v rotary_decoder.v led_ring_driver.v


ifneq ($(GATES),yes)
Expand Down

0 comments on commit 2d92728

Please sign in to comment.