|
发表于 2021-3-10 00:26:56
|
显示全部楼层
本帖最后由 randolpha 于 2021-3-10 00:27 编辑
你的vcs选项错了,用这个:
vcs -l vcs.log -sverilog -P ${tab} ${pli} -debug_all $(SVTB) $(RTL)
如果不加-P选项,就会出现你这种情况
Error-[UST] Undefined System Task Call
./testbench.sv, 21
Undefined System Task call to '$fsdbDumpfile'.
Error-[UST] Undefined System Task Call
./testbench.sv, 22
Undefined System Task call to '$fsdbDumpvars'.
1 warning
2 errors
CPU time: .292 seconds to compile
make: *** [compile] Error 255
|
|