Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VerilogCodingStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ body for explanations examples, and exceptions.

### Basic Style Elements

* Use SystemVerilog-2012 conventions, files named as module.sv, one file
* Use SystemVerilog-2017 conventions, files named as module.sv, one file
per module
* Only ASCII, **100** chars per line, **no** tabs, **two** spaces per
indent for all paired keywords.
Expand Down