Skip to content

Commit b644375

Browse files
qwe
1 parent dce0280 commit b644375

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project:
1717
# Source files must be in ./src and you must list each source file separately, one per line.
1818
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
1919
source_files:
20-
- "test.vs"
20+
- "tt_um_test.vs"
2121

2222
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
2323
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).
File renamed without changes.

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SIM ?= icarus
66
FST ?= -fst # Use more efficient FST format
77
TOPLEVEL_LANG ?= SystemVerilog
88
SRC_DIR = $(PWD)/../src
9-
PROJECT_SOURCES = test.vs
9+
PROJECT_SOURCES = tett_um_test.vs
1010

1111
ifneq ($(GATES),yes)
1212

0 commit comments

Comments
 (0)