Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed May 10, 2024
1 parent 716714f commit e118780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ With these features, Veryl provides powerful support for designers to efficientl
pub module Delay #( // visibility control by `pub` keyword
param WIDTH: u32 = 1, // trailing comma is allowed
) (
i_clk : input logic ,
i_rst : input logic ,
i_clk : input clock ,
i_rst : input reset ,
i_data: input logic<WIDTH>,
o_data: input logic<WIDTH>,
) {
Expand Down

0 comments on commit e118780

Please sign in to comment.