Skip to content

Commit

Permalink
added naming convention for generics
Browse files Browse the repository at this point in the history
  • Loading branch information
geschema committed Dec 9, 2012
1 parent 85b2e76 commit daf403f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -9,6 +9,7 @@ Naming Conventions
* Shared variable names start with sv_
* Names of registered signals/variables end with _r
* Constant and generic names are all-uppercase
* Generic names start with G_
* Input port names start with i_
* Output port names start with o_
* Input/output port names start with io_
Expand Down

0 comments on commit daf403f

Please sign in to comment.