UVM code example

In reply to Clair:

Hi Clair, thank you for your message. The code examples on the Academy Cookbook site here should be useful for you.

You mentioned corrupted files - some of our users reported problems recently, downloading and unpacking the code example tarballs - the problem seems to be dependent on different software versions, and we are investigating a permanent fix.

In the meantime, if you try to unpack a downloaded file with ‘tar zxf uvm_tb_build_ss_tb.tgz’ and get an error “does not look like a tar archive”, please try again with a 2-step unpacking as follows:

% gunzip uvm_tb_build_ss_tb.tgz
% tar xf uvm_tb_build_ss_tb.tar

Hopefully that will get you started with the many UVM code examples that are available on the site here.

Thanks,