Fix top level unit name

This commit is contained in:
Yannick Reiß 2024-03-18 11:00:37 +01:00
parent db3638be65
commit 474f77b8b0
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ project:
tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
# Your top module name must start with "tt_um_". Make it unique by including your github username:
top_module: "tt_yannickreiss_lights_out"
top_module: "tt_um_yannickreiss_lights_out"
# 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:

View File

@ -5,7 +5,7 @@
`define default_netname none
module tt_yannickreiss_lights_out (
module tt_um_yannickreiss_lights_out (
input wire [7:0] ui_in, // Dedicated inputs
output wire [7:0] uo_out, // Dedicated outputs
input wire [7:0] uio_in, // IOs: Input path