Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 773 Bytes

File metadata and controls

21 lines (15 loc) · 773 Bytes

UVM_RAL_DPI_C_Example

C/C++ UVM Test Sequence Example With RAL. AMD (Xilinx) Vivado Simulator (xsim) and Metrics DSim Desktop (dsim) are supported.

Usage

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>