diff --git a/info.yaml b/info.yaml index caac047..1c6a75a 100644 --- a/info.yaml +++ b/info.yaml @@ -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: diff --git a/src/lights_out.v b/src/lights_out.v index 619223a..db91bb5 100644 --- a/src/lights_out.v +++ b/src/lights_out.v @@ -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