How to download and setup uvm
Open terminal and run command
git clone https://github.com/maximecb/uvm.git
git clone is used to create a copy or clone of uvm repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with uvm https://github.com/maximecb/uvm/archive/master.zip
Or simply clone uvm with SSH
[email protected]:maximecb/uvm.git