Skip to content

Commit

Permalink
Deploying to gh-pages from @ 48a03f3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jun 10, 2024
1 parent 49b9c2d commit 2935c44
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ See the [README file for further information.](README.md)

## Version

Generated on 2024-06-09 15:43:36 -0700 from [f273154](https://github.com/google/verible/commit/f27315442892d00a0b6323ae7c877ed60f3e3e36)
Generated on 2024-06-10 15:17:12 -0700 from [48a03f3](https://github.com/google/verible/commit/48a03f3cc2870081f767d11be64a390c03defd90)
8 changes: 6 additions & 2 deletions lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,11 @@ Checks that the file ends with a newline. See [Style: posix-file-endings].
Enabled by default: true

### proper-parameter-declaration
Checks that every `parameter` declaration is inside a package or in the formal parameter list of modules/classes and every `localparam` declaration is inside a module or class. See [Style: constants].
Checks that every `parameter` declaration is inside a formal parameter list of modules/classes and every `localparam` declaration is inside a module, class or package. See [Style: constants].

##### Parameters
* `package_allow_parameter` Default: `true` Allow parameters in packages (treated as a synonym for localparam).
* `package_allow_localparam` Default: `false` Allow localparams in packages.

Enabled by default: false

Expand Down Expand Up @@ -327,4 +331,4 @@ Enabled by default: true

## Version

Generated on 2024-06-09 15:43:36 -0700 from [f273154](https://github.com/google/verible/commit/f27315442892d00a0b6323ae7c877ed60f3e3e36)
Generated on 2024-06-10 15:17:12 -0700 from [48a03f3](https://github.com/google/verible/commit/48a03f3cc2870081f767d11be64a390c03defd90)
2 changes: 1 addition & 1 deletion verilog_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ path.

## Version

Generated on 2024-06-09 15:43:36 -0700 from [f273154](https://github.com/google/verible/commit/f27315442892d00a0b6323ae7c877ed60f3e3e36)
Generated on 2024-06-10 15:17:12 -0700 from [48a03f3](https://github.com/google/verible/commit/48a03f3cc2870081f767d11be64a390c03defd90)
8 changes: 6 additions & 2 deletions verilog_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@ Checks that the file ends with a newline. See [Style: posix-file-endings].
Enabled by default: true

### proper-parameter-declaration
Checks that every `parameter` declaration is inside a package or in the formal parameter list of modules/classes and every `localparam` declaration is inside a module or class. See [Style: constants].
Checks that every `parameter` declaration is inside a formal parameter list of modules/classes and every `localparam` declaration is inside a module, class or package. See [Style: constants].

##### Parameters
* `package_allow_parameter` Default: `true` Allow parameters in packages (treated as a synonym for localparam).
* `package_allow_localparam` Default: `false` Allow localparams in packages.

Enabled by default: false

Expand Down Expand Up @@ -398,4 +402,4 @@ Enabled by default: true

## Version

Generated on 2024-06-09 15:43:36 -0700 from [f273154](https://github.com/google/verible/commit/f27315442892d00a0b6323ae7c877ed60f3e3e36)
Generated on 2024-06-10 15:17:12 -0700 from [48a03f3](https://github.com/google/verible/commit/48a03f3cc2870081f767d11be64a390c03defd90)
2 changes: 1 addition & 1 deletion verilog_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ path.

## Version

Generated on 2024-06-09 15:43:36 -0700 from [f273154](https://github.com/google/verible/commit/f27315442892d00a0b6323ae7c877ed60f3e3e36)
Generated on 2024-06-10 15:17:12 -0700 from [48a03f3](https://github.com/google/verible/commit/48a03f3cc2870081f767d11be64a390c03defd90)

0 comments on commit 2935c44

Please sign in to comment.