# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/draw/draw.v" Draw;
# In the following iac_lib file
misc.v
# insert the following line
  IAC_PROJ.Draw.DrawMacs.SuperDraw SuperDraw;
  IAC_PROJ.Draw.DrawMacs.LineResampler LineResampler;
  IAC_PROJ.Draw.DrawMacs.RegionResampler RegionResampler;
# In the following iac_lib file
examples.v
# insert the following line
  IAC_PROJ.Draw.DrawApps.SuperDrawEg SuperDrawEg;
  IAC_PROJ.Draw.DrawApps.LineResamplerEg LineResamplerEg;
  IAC_PROJ.Draw.DrawApps.RegionResamplerEg RegionResamplerEg;

