A
ALuPin
Guest
Hi,
I want to simulate a FMF VHDL SRAM model.
In the model itself there is the following declarations:
LIBRARY IEEE; USE IEEE.std_logic_1164.ALL;
USE IEEE.VITAL_timing.ALL;
USE IEEE.VITAL_primitives.ALL;
LIBRARY FMF; USE FMF.gen_utils.ALL;
USE FMF.conversions.ALL;
When I try to compile the model with Modelsim I get the following error message:
# ** Error: (vcom-19) Failed to access library 'fmf' at "fmf".
What can I do about that? Where exactly can I get the library on the FMF site and
how do I have to include it in Modelsim?
Thanks
I want to simulate a FMF VHDL SRAM model.
In the model itself there is the following declarations:
LIBRARY IEEE; USE IEEE.std_logic_1164.ALL;
USE IEEE.VITAL_timing.ALL;
USE IEEE.VITAL_primitives.ALL;
LIBRARY FMF; USE FMF.gen_utils.ALL;
USE FMF.conversions.ALL;
When I try to compile the model with Modelsim I get the following error message:
# ** Error: (vcom-19) Failed to access library 'fmf' at "fmf".
What can I do about that? Where exactly can I get the library on the FMF site and
how do I have to include it in Modelsim?
Thanks