Interface
Summary
The Interface is
Coding Guidelines
Coding Guidelines
- Use one SystemVerilog interface instance per DUT interface
Code Example
The interface construct, enclosed between the keywords interface...endinterface, encapsulates
the communication between design blocks, and between design and verification blocks, allowing a smooth
migration from abstract system-level design through successive refinement down to lower level register-transfer
and structural views of the design. By encapsulating the communication between blocks, the
interface construct also facilitates design reuse.
Reference Material
IEEE