vcs错误提示如下:
Error-[CFCILFBI] Cannot find cell in liblist
./../../rtl/TOP/top.v, 88
Cell 'OSCI' cannot be found in liblist for binding instance.
Liblist: work
库添加编译如下所示
1. Create local folder for the work library:
mkdir work2. Create (or modify) your local synopsys_sim.setup file, and add the following lines:
WORK > DEFAULTDEFAULT : ./work3. Analyze the machxo2_black_boxes modules from their encrypted Verilog source file as follows:
vlogan +v2k <install_dir>/cae_library/simulation/blackbox/machxo2_black_boxes-vcs.vp4. Compile your SystemVerilog files and simulate your design with top-level unit (test bench):
vcs -mhdl -RI <design_name>.v <test_bench>.v -y <install_dir>/cae_library/simulation/Verilog/machxo2 +libext+.v
请问lattice black_boxes的库怎么样添加在VCS上?