From 9e0ce96658d5ac81411d32f85dc2140c2701c185 Mon Sep 17 00:00:00 2001 From: krushideep Date: Sat, 10 Jan 2026 08:11:05 +0530 Subject: [PATCH] Update write-coding-standards-from-file.prompt.md Updates (system Verilog) to SystemVerilog to address comment on the PR --- prompts/write-coding-standards-from-file.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/write-coding-standards-from-file.prompt.md b/prompts/write-coding-standards-from-file.prompt.md index f5d115de..c26d8e59 100644 --- a/prompts/write-coding-standards-from-file.prompt.md +++ b/prompts/write-coding-standards-from-file.prompt.md @@ -169,7 +169,7 @@ Depending on the programming language, for each link in list below, run `#fetch - [Angular Style Guide](https://angular.dev/style-guide) - [Vue Style Guide](https://vuejs.org/style-guide/rules-strongly-recommended.html) - [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/) -- [system Verilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md) +- [SystemVerilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md) ## Coding Standards Templates