Altera_Forum
Honored Contributor
14 years agoModelsim: add precompiled library
Hi all,
in my project, I need to include a library, MF_pllpack.all: library ieee;use ieee.std_logic_1164.all;
use std.textio.all;
use work.mf_pllpack.all; ... I have compiled that library elsewhere in another folder. How can I carry that compiled library under "Work" to use it in my project? Thanks to all