Any UVM recommended VIP / SoC Directory Structure?

Guys,

Is there any UVM recommended VIP / SoC Directory Structure ?

Like,

XXX_uvc/
uvm_pkg/
uvm_reg/
uvm_top/
dut/
intf/
uvm_tb/
aaa_env/
bbb_env/
sbd/

  uvm_seq/       
         seq_lib/

  uvm_tests/
          vseqs/

Is there any UVM recommendations?

John

There are no UVM recommendations - you will find each vendor or expert / author will have their own favorite recommendation.
I would use something similar to what is written in the UVC Cookbook page.