Skip to content

Commit

Permalink
added "#( parameter MAX_COUNT = 24'd10_000_000 )".
Browse files Browse the repository at this point in the history
  • Loading branch information
nubcore committed Apr 15, 2024
1 parent e8845b2 commit ec0cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

`define default_netname none

module tt_um_nubcore_default_tape (
module tt_um_nubcore_default_tape #( parameter MAX_COUNT = 24'd10_000_000 ) (
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 ec0cc80

Please sign in to comment.