在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 6318|回复: 4

[求助] 求助一下make all的时候出现如下错误

[复制链接]
发表于 2018-4-8 22:29:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
Error-[COP_PLI_TAB] Cannot open pli table file
  Cannot open pli table file
  '/usr/synopsys/verdi/share/PLI/snps_unified/LINUX64/novas.tab'.
  Please make sure tab file exists and readable.

我的Makefile文件用的是模板上的

all: clean comp run view

comp:

$(VCS) +incdir+. \

hello_tb_top.sv

run:

$(SIMV)

$(CHECK)

TEST = /usr/bin/test
N_ERRS = 0
N_FATALS = 0

VCS =
vcs -sverilog -fsdb_old -timescale=1ns/1ns \

+acc +vpi \

+define+UVM_OBJECT_MUST_HAVE_CONSTRUCTOR \

+incdir+$(UVM_HOME)/src $(UVM_HOME)/src/uvm.sv \

$(UVM_HOME)/src/dpi/uvm_dpi.cc -CFLAGS -DVCS

SIMV =
./simv +UVM_TESTNAME=hello_case +UVM_VERBOSITY=$(UVM_VERBOSITY) -l vcs.log

URG  = urg -format text -dir simv.vdb

CHECK = \

@$(TEST) \( `grep -c 'UVM_ERROR :    $(N_ERRS)' vcs.log` -eq 1 \) -a \

\( `grep -c 'UVM_FATAL :    $(N_FATALS)' vcs.log` -eq 1 \)

clean:

rm -rf *~ core csrc simv* vc_hdrs.h ucli.key urg* *.log
view:

verdi +v2k -sverilog +incdir+/uvm_lianxi/hello_demo+$(UVM_HOME)/src $(UVM_HOME)/src/uvm.sv \

$(UVM_HOME)/src/dpi/uvm_dpi.cc -CFLAGS +systemverilogext+sv +verilog2001ext+v \hello_tb_top.sv
发表于 2018-4-13 10:50:48 | 显示全部楼层
楼主解决了没
 楼主| 发表于 2018-4-13 13:58:45 | 显示全部楼层
回复 2# lccheng100
版本的问题。
发表于 2019-5-19 00:14:59 | 显示全部楼层
楼主解决没
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /3 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-24 02:51 , Processed in 0.018567 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表