Skip to content

Commit

Permalink
toplevel name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorKn committed Feb 21, 2024
1 parent 319fd28 commit b7d4ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project:
tiles: "1x2" # 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: "tt06_thorkn_audiochip_v2"
top_module: "tt_um_thorkn_audiochip_v2"

# 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:
Expand Down
2 changes: 1 addition & 1 deletion src/PWMaudio.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

`define default_netname none

module tt06_thorkn_audiochip_v2 (
module tt_um_thorkn_audiochip_v2 (
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
Expand Down

0 comments on commit b7d4ab3

Please sign in to comment.