Skip to content

Instantly share code, notes, and snippets.

@raytroop
Last active September 15, 2021 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raytroop/ddc575fe646f54168a2b7c7a45681663 to your computer and use it in GitHub Desktop.
Save raytroop/ddc575fe646f54168a2b7c7a45681663 to your computer and use it in GitHub Desktop.
vcs with customized UVM
# uvm 1.1 customized
export VCS_UVM_HOME="path/to/uvm-1.1d/src"
vcs -full64 -debug_access+all -kdb -sverilog -ntb_opts uvm -timescale=1ns/1ps -f filelist.f
./simv -gui=verdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment