EDA Interfaces

Library Mapping File Format



A Library Mapping File (.lmf) is used to map EDIF cells to corresponding Quartus® II logic functions. These Quartus II functions are directly substituted for the EDIF cells when a file is opened or compiled in Quartus II.

An LMF includes statements that declare the names and input/output ports of Quartus II logic functions and corresponding EDIF cells.

When compiling EDIF Input Files (.edf), you can specify the LMF as inputs to the Compiler with in the EDIF Input Settings dialog box command.

The following example shows a sample LMF that maps a single function.


LIBRARY	 sample

% This LMF includes one entry that maps %
% Mentor Graphics® NOR3 to Quartus II NOR3 %

BEGIN
   FUNCTION nor3 (IN1, IN2, IN3)
      RETURNS (OUT)

   FUNCTION "$nor3" ("I0", "I1", "I2")
      RETURNS ("OUT")
END

LMFs have the following characteristics:

Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.