Skip to content

Commit

Permalink
Deploying to gh-pages from @ f3da2ce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 27, 2024
1 parent 7cd6a6f commit 1a5f5ba
Show file tree
Hide file tree
Showing 5 changed files with 13 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-11-23 14:58:37 -0800 from [660d166](https://github.com/google/verible/commit/660d1664dfb52f2e029108b3964117099b176d0e)
Generated on 2024-11-27 08:58:20 -0800 from [f3da2ce](https://github.com/google/verible/commit/f3da2ce609dcdab165e12c59ac72132bbb10b98b)
7 changes: 5 additions & 2 deletions lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Checks that a default case-item is always defined unless the case statement has
Enabled by default: true

### constraint-name-style
Check that constraint names follow the lower_snake_case convention and end with _c. See [Style: constraints].
Check that constraint names follow the required name style specified by a regular expression. See [Style: constraints].

##### Parameter
* `pattern` Default: `([a-z0-9]+_)+c`

Enabled by default: true

Expand Down Expand Up @@ -379,4 +382,4 @@ Enabled by default: true

## Version

Generated on 2024-11-23 14:58:37 -0800 from [660d166](https://github.com/google/verible/commit/660d1664dfb52f2e029108b3964117099b176d0e)
Generated on 2024-11-27 08:58:20 -0800 from [f3da2ce](https://github.com/google/verible/commit/f3da2ce609dcdab165e12c59ac72132bbb10b98b)
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-11-23 14:58:37 -0800 from [660d166](https://github.com/google/verible/commit/660d1664dfb52f2e029108b3964117099b176d0e)
Generated on 2024-11-27 08:58:20 -0800 from [f3da2ce](https://github.com/google/verible/commit/f3da2ce609dcdab165e12c59ac72132bbb10b98b)
7 changes: 5 additions & 2 deletions verilog_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ Checks that a default case-item is always defined unless the case statement has
Enabled by default: true

### constraint-name-style
Check that constraint names follow the lower_snake_case convention and end with _c. See [Style: constraints].
Check that constraint names follow the required name style specified by a regular expression. See [Style: constraints].

##### Parameter
* `pattern` Default: `([a-z0-9]+_)+c`

Enabled by default: true

Expand Down Expand Up @@ -450,4 +453,4 @@ Enabled by default: true

## Version

Generated on 2024-11-23 14:58:37 -0800 from [660d166](https://github.com/google/verible/commit/660d1664dfb52f2e029108b3964117099b176d0e)
Generated on 2024-11-27 08:58:20 -0800 from [f3da2ce](https://github.com/google/verible/commit/f3da2ce609dcdab165e12c59ac72132bbb10b98b)
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-11-23 14:58:37 -0800 from [660d166](https://github.com/google/verible/commit/660d1664dfb52f2e029108b3964117099b176d0e)
Generated on 2024-11-27 08:58:20 -0800 from [f3da2ce](https://github.com/google/verible/commit/f3da2ce609dcdab165e12c59ac72132bbb10b98b)

0 comments on commit 1a5f5ba

Please sign in to comment.