Skip to content
Create User Guide Interface UVC Generation authored by Daniel Bayer's avatar Daniel Bayer
This section explains how to use the Interface UVC generation feature.
**Configuring the UVC Name**
In UVM, each verification component has a prefix combination that describes exactly which company, or group within a company, and the protocol are called.
This configuration is handled with the text fields "Group Name" and "Protocol Name".
Example:
Let's assume I am creating a verification component that describes an I2C protocol. In that case, I am using my name's initials and the protocol name:
```
Group Name Protocol Name
db i2c
```
**Configuring the Clock Domain**
**Configuring the Reset Domain**
**Adding Signal Descriptions**
**Adding Custom Enumerated Types**
**Adding Fields to Transactions**
**Adding Configuration Fields**
Information that must be configurable per interface instance
Information that must be configurable for all of the Interface UVC
**Waveform Editor**
* [ ] This feature currently only exists as a dummy. You can draw waveforms, but there is now generated code yet.
\ No newline at end of file