VCS在运行仿真一般都会加仿真参数 –f filelist,filelist 是包含其他的仿真参数和整个工程的文件列表。具体格式如下:

//file list format, just for example

+v2k

-sverilog

+define+USE_ASYNC_FIFO

+incdir+../rtl/

+incdir+../sv/

+incdir+../tb/

//RTL file list

../rtl/count.v

../rtl/add.v

//SV testbench filelist

../tb/tb.sv

在linux平台下的EDA软件如VCS,Verdi,DC,Questsim的filelist文件格式都是一样的。

相关文章:

  • 2021-09-15
  • 2021-10-21
  • 2022-12-23
  • 2021-06-06
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-14
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案