Fix top level unit name
This commit is contained in:
parent
db3638be65
commit
474f77b8b0
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue