Skip to content

Through DPI-C, part of the SVUVM API is encapsulated into a Python API, so that Python can be used to write testcases to avoid frequent compilation

Notifications You must be signed in to change notification settings

Dragon-Git/uvm_bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVM DEBUG

create python api for debug systemverilog uvm testcase.

install

  • vcs CFLAGS="-DVCS -I $VCS_HOME/include" pip install .
  • xcelium CFLAGS="-DXCELIUM -I $XRUN_HOME/include" pip install .
  • mentor CFLAGS="-DMENTOR -I $MENTOR_HOME/include" pip install .

NOTE

set_config_int/get_config_int 的另一侧需要使用uvm_bitstream_t

About

Through DPI-C, part of the SVUVM API is encapsulated into a Python API, so that Python can be used to write testcases to avoid frequent compilation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published