# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
    "../iac_proj/fglyph/fglyph.v" FastGlyph;
# In the following iac_lib file
mappers.v
# insert the following line
     IAC_PROJ.FastGlyph.FastGlyphMacs.fast_glyph_2D fast_glyph_2D;
     IAC_PROJ.FastGlyph.FastGlyphMacs.fast_glyph_3D fast_glyph_3D;
# In the following iac_lib file
examples.v
# insert the following line
    IAC_PROJ.FastGlyph.FastGlyphMacs.FastGlyph2D_AngleEg FastGlyph2D_AngleEg;
    IAC_PROJ.FastGlyph.FastGlyphMacs.FastGlyph2D_SizeEg FastGlyph2D_SizeEg;
    IAC_PROJ.FastGlyph.FastGlyphMacs.FastGlyph3D_SimpleEg FastGlyph3D_SimpleEg;
    IAC_PROJ.FastGlyph.FastGlyphMacs.FastGlyph3D_SizeEg FastGlyph3D_SizeEg;

