[ICer@IC_EDA /home/ICer/cocotb/examples/adder/tests]$vericom -f vcd2fsdb -o dump.fsdb dump.vcd logDir = /home/ICer/cocotb/examples/adder/tests/vericomLog vericom - A HDL Compiler, Release Verdi_O-2018.09-SP2 (RH Linux x86_64/64bit) -- Thu Feb 21 04:10:21 PDT 2019 Copyright (c) 1996 - 2019 Synopsys, Inc. This software and the associated documentation are proprietary to Synopsys, Inc. This software may only be used in accordance with the terms and conditions of a written license agreement with Synopsys, Inc. All other use, reproduction, or distribution of this software is strictly prohibited. Analyzing... Linking... 0 error(s), 0 warning(s) Total 1 error(s), 0 warning(s) ---Any error or warning message, please refer to "/home/ICer/cocotb/examples/adder/tests/vericomLog/compiler.log"---
时间: 2024-03-28 15:39:04 浏览: 198
SS8550 SOT-23 YONGYUTAI.pdf
这是一个 vericom 命令的输出,它表示将 VCD 文件转换为 FSDB 文件时出现了错误,具体的错误信息需要查看 `/home/ICer/cocotb/examples/adder/tests/vericomLog/compiler.log` 文件。
可以尝试打开该文件,查看其中的错误信息,以便找出造成错误的原因,并进行修复。通常情况下,转换 VCD 文件到 FSDB 文件时出现错误的原因可能包括:
- VCD 文件格式不正确,需要检查 VCD 文件是否符合规范。
- Verdi 工具版本不正确,需要使用与当前 VCD 文件兼容的 Verdi 版本。
- 仿真工具不支持 Verdi 工具,需要使用支持 Verdi 工具的仿真工具。
- 系统环境变量设置不正确,需要设置正确的环境变量。
需要根据具体错误信息进行调试和修复,以便成功将 VCD 文件转换为 Verdi 支持的 FSDB 文件。
阅读全文