Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

running Questasim 10.2c in Cygwin using qverilog command for uvm-1.1d

$
0
0

Hi,

 

I am trying to run uvm code using qverilog command using shell script as :

 

qverilog \
 -timescale "1ns/1ns" \
 -mfcu \
  +acc=rmb \
  +incdir+../../../../../src+../sv\
  ../../../../../src/uvm.sv\
  $TB_HOME/tb_top.sv \
  -R \
  -sv_lib ../../../../../win32/uvm_dpi
 -supress 2181\
  +UVM_TESTNAME=$TEST_NAME\
  -c \
  -do "run -all; q" \
  -l questa.log

I get the error as :

 

** Error: ../../../../../src/uvm_pkg.sv(27): near "package": syntax error, unexpected IDENTIFIER, expecting class

./examples/tb_top.sv: line 1: ///*-----------------------------------------------------------------: No such file or directory

./examples/tb_top.sv: line 2: //File: No such file or directory

 

Where starting lines of tb_top are commented, but it is expecting file names there.

Please help.

 

Regards,

 

Chandan

 

 


Viewing all articles
Browse latest Browse all 756

Trending Articles