Installing Embedded UVM

Installing Embedded UVM on a linux machine is pretty straight forward.

Download the required binaries from the download page. Then untar the tar file.

 $ cd /path/to/install/directory
 $ tar xf uvm-1.0-beta1.tar.zx
 $ export PATH=/path/to/install/directory/uvm-1.0-beta1/bin:$PATH