C/C++ UVM Test Sequence Example With RAL. AMD (Xilinx) Vivado Simulator (xsim) and Metrics DSim Desktop (dsim) are supported.
To Compile and Run Test
% make
To Clean
% make clean
dsim is automatically used if it is installed and properly setup on your terminal. xsim is used otherwise.
You can edit dsim.mk and/or xsim.mk to accommodate your environment like tool version, path,etc.
For manual simulator selection.
% make dsim_<command>
% make xsim_<command>
Alternatively,
% make -f dsim.mk <command>
% make -f xsim.mk <command>