# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/zip_io/zip_io.v" ZipIO;
# In the following iac_lib file
data_io.v
# insert the following line
  IAC_PROJ.ZipIO.ZipIOMacs.compress_file compress_file;
  IAC_PROJ.ZipIO.ZipIOMacs.decompress_file decompress_file;
# In the following iac_lib file
examples.v
# insert the following line
  IAC_PROJ.ZipIO.ZipIOApps.WriteCompressedImageEg WriteCompressedImageIOEg;
  IAC_PROJ.ZipIO.ZipIOApps.ReadCompressedImageEg ReadCompressedImageIOEg;

