# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/wr_pov/wr_pov.v" WritePov;
# In the following iac_lib file
data_io.v
# insert the following line
     IAC_PROJ.WritePov.WritePovMacs.write_pov write_pov;
     IAC_PROJ.WritePov.WritePovMacs.write_pov_GD write_pov_GD;
     IAC_PROJ.WritePov.WritePovMacs.write_pov_ARR write_pov_ARR;
# In the following iac_lib file
examples.v
# insert the following line
     IAC_PROJ.WritePov.WritePovMacs.WritePovEg WritePovEg;
     IAC_PROJ.WritePov.WritePovMacs.WritePovArrEg WritePovArrEg;

