Create custom component library in Vivado

Viewed 29

I want to create a custom component library for Vivado simulator. I can create a package component for a project and use it, but i need import always the package definition in all projects where I want use it. I am looking the way to create a custom library and use it in all projects that i want only using the directive:

library myLibrary;
use myLibrary.tools.all;

Such as the unisim library is compiled and mapping.

I have found the xsim.ini file where the libraries are mapped, but i don't find the method to compile and use my library without use the files all the times. Xilinx Doc neither say nothing about. Is there a way to achive it?

https://electronics.stackexchange.com/questions/162019/how-do-i-build-and-use-my-own-vhdl-library

0 Answers
Related