I'm trying to use vhdl-tool on a project that uses UVVM, but the check-project command reports a parsing problem, however it does not indicate what is the issue:
check-project
vhdl-tool check-project Reading files ... Done (0.0167 s) Parsing done (0.8953 s) Failed to parse: bitvis_vip_uart\src\vvc_methods_pkg.vhd
Minimal project file:
Libraries: - name: bitvis_vip_uart paths: - "bitvis_vip_uart/src/*.vhd" - "uvvm_vvc_framework/src_target_dependent/*.vhd" - name: uvvm_util paths: - "uvvm_util/src/*.vhd" - name: uvvm_vvc_framework paths: - "uvvm_vvc_framework/src/*.vhd" - name: ieee paths: - "C:\\mentor\\modeltech_pe_2020.4\\vhdl_src\\ieee\\*.vhd"
I'm trying to use vhdl-tool on a project that uses UVVM, but the
check-project
command reports a parsing problem, however it does not indicate what is the issue:Minimal project file: