Skip to content

wk1101/dpi_soc_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPI SoC lib

Description

A DPI/VPI/MHPI lib which enable SoC environment to:

  1. Print severity message
  2. Wait Verilog/VHDL signal changed

Compile command

gcc -w -pipe -fPIC -g -m64 -fPIC -W -Wall -Wno-write-strings -std=c99 -I<dpi_soc_lib> -I$UVM_HOME -I$VCS_HOME/include -shared dpic_lib.c -o dpic_lib.so

More

Only for Synopsys VCS environment, never test under other venders. Feel free to contact via email: seabeam@yahoo.com

About

DPI library for SoC environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • Makefile 4.0%
  • SystemVerilog 3.0%
  • VHDL 2.5%
  • Verilog 0.8%