Skip to content

Commit dce0280

Browse files
ewrrewwer
1 parent e23a665 commit dce0280

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ project:
1111
tiles: "2x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
1212

1313
# Your top module name must start with "tt_um_". Make it unique by including your github username:
14-
top_module: "tt_um_example"
14+
top_module: "tt_um_test"
1515

1616
# List your project's source files here.
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-
- "project.vs"
20+
- "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 = project.vs
9+
PROJECT_SOURCES = test.vs
1010

1111
ifneq ($(GATES),yes)
1212

0 commit comments

Comments
 (0)