# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/wr_ucd/wr_ucd.v" WriteUCD;
# In the following iac_lib file
data_io.v
# insert the following line
    IAC_PROJ.WriteUCD.WriteUCDMacs.write_ucd write_ucd;
    IAC_PROJ.WriteUCD.WriteUCDMacs.write_ucd_ARR write_ucd_ARR;
# In the following iac_lib file
examples.v
# insert the following line
    IAC_PROJ.WriteUCD.WriteUCDApps.WriteUCDEg WriteUCDEg;
    IAC_PROJ.WriteUCD.WriteUCDApps.WriteUCDTest WriteUCDTest;
    IAC_PROJ.WriteUCD.WriteUCDApps.WriteUCD_ARR_Eg WriteUCD_ARR_Eg;
    IAC_PROJ.WriteUCD.WriteUCDApps.ReadUCDEg ReadUCDEg;
