Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 431 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (6 loc) · 431 Bytes

Contributing

  1. A file should contain only one module. It can have more than one primitives though.
  2. Module name and file name have to be the same.
  3. In module definitions, output ports have to be declared first, followed by inout ports and then input ports. Same goes with primitives too.
  4. Use camelCase for names.
  5. Please try to make the module as general as possible using parameters. (It's fine if it isn't though)