Why do we need the sbi_vvc

Hello,
I am a newbie to uvvm .
I started to learn uvvm with the uart_vip exemple in github .
i want to know the role of the sbi_vvc and if it is obligatory to use it .
Regards,

Hi,
The SBI (simple bus interface) VVC is a VHDL verification component to use with a SBI interface. You will only need VVCs for the interface that connects to your DUT, i.e. UART VVC for UART interfaces, AXI VVC for AXI interfaces etc.
You can read about the SBI interface in section 3.1 in the SBI BFM quick reference pdf (UVVM/sbi_bfm_QuickRef.pdf at master · UVVM/UVVM · GitHub)

Br.
Marius