Skip to content

Commit 0e15e61

Browse files
author
Krushi
committed
Add System Verilog style guide link in coding standards prompt
1 parent 9dbf148 commit 0e15e61

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

prompts/write-coding-standards-from-file.prompt.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use the existing syntax of the file(s) to establish the standards and style guid
1010

1111
## Rules and Configuration
1212

13-
Below is a set of quasi-configuration `boolean` and `string[]` variables. Conditions for handling `true`, or other values for each variable are under the level two heading `## Variable and Parameter Configuration Conditions`.
13+
Below is a set of quasi-configuration `boolean` and `string[]` variables. Conditions for handling `true`, or other values for each variable are under the level two heading `## Variable and Parameter Configuration Conditions`.
1414

1515
Parameters for the prompt have a text definition. There is one required parameter **`${fileName}`**, and several optional parameters **`${folderName}`**, **`${instructions}`**, and any **`[configVariableAsParameter]`**.
1616

@@ -169,6 +169,7 @@ Depending on the programming language, for each link in list below, run `#fetch
169169
- [Angular Style Guide](https://angular.dev/style-guide)
170170
- [Vue Style Guide](https://vuejs.org/style-guide/rules-strongly-recommended.html)
171171
- [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/)
172+
- [system Verilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md)
172173

173174
## Coding Standards Templates
174175

@@ -222,7 +223,7 @@ Depending on the programming language, for each link in list below, run `#fetch
222223
223224
# Style Guide
224225
225-
This document defines the style and conventions used in this project.
226+
This document defines the style and conventions used in this project.
226227
All contributions should follow these rules unless otherwise noted.
227228
228229
## 1. General Code Style
@@ -310,7 +311,7 @@ Depending on the programming language, for each link in list below, run `#fetch
310311
311312
## 8. Changes to This Guide
312313
313-
Style evolves.
314+
Style evolves.
314315
Propose improvements by opening an issue or sending a patch updating this document.
315316
```
316-
```
317+
```

0 commit comments

Comments
 (0)