VHDL ModelSim DE-64 2019.4 не находит проектный блок - PullRequest
0 голосов
/ 27 января 2020

Я могу скомпилировать свой проект, но когда я пытаюсь смоделировать свой тестовый стенд, он не находит файл библиотеки, но находится в библиотеке, как показано на этом снимке экрана

Я сделал это с помощью добавление ссылки на библиотеку в файл проекта .mpf:

fifo_generator_v13_2_5 = C:/MentorGraphics/xilinx_libs_vivado_de64/fifo_generator_v13_2_5

Это диалог вывода:

vsim -gui work.tb 
Start time: 12:00:41 on Jan 27,2020
//  ModelSim DE-64 2019.4 Oct 15 2019
//
//  Copyright 1991-2019 Mentor Graphics Corporation
//  All Rights Reserved.
//
//  ModelSim DE-64 and its associated documentation contain trade
//  secrets and commercial or financial information that are the property of
//  Mentor Graphics Corporation and are privileged, confidential,
//  and exempt from disclosure under the Freedom of Information Act,
//  5 U.S.C. Section 552. Furthermore, this information
//  is prohibited from disclosure under the Trade Secrets Act,
//  18 U.S.C. Section 1905.
//
Loading std.standard
Loading std.textio(body)
Loading ieee.std_logic_1164(body)
Loading ieee.numeric_std(body)
Loading ieee.math_real(body)
Loading work.tb(test)
Loading sv_std.std
Loading work.GPIFDomainNew
Loading work.usb_buffer_32to32_1024_bram_axi
** Error: (vsim-3033) Instantiation of 'fifo_generator_v13_2_5' failed. The design unit was not found.
   Time: 0 ns  Iteration: 0  Instance: /tb/GPIF/usb_packet_buffer File: C:/PROJECT_NAME/top/source/Xilinx_IP/usb_buffer_32to32_1024_bram_axi/sim/usb_buffer_32to32_1024_bram_axi.v Line: 303
        Searched libraries:
            C:/PROJECT_NAME/top/source/Simulation/GPIFDomain/work
Error loading design
End time: 12:00:43 on Jan 27,2020, Elapsed time: 0:00:02
Errors: 1, Warnings: 0

Что мне сделать, чтобы тестовый стенд смоделировал?

...