ADI Testbenches coding guidelines
1. Introduction
This document contains coding and documentation guidelines which must be followed by all HDL testbenches.
The coding rules are intended to be applied to testbenches written using System Verilog.
The HDL coding guidelines ADI HDL coding guidelines are also applicable here. In addition, there are a set of rules for System Verilog, listed below.
2. Coding style
A. Layout
A1
A2
B. Naming Conventions
B1
B2
C. Comments
C1
C2
D. General
D1
D2