Skip to content

AlphaLyrae0/UVM_RAL_DPI_C_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Example of C/C++ register access with name through UVM RAL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published