# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
   "../iac_proj/instment/instment.v" Instrumentation;
# In the following iac_lib file
misc.v
# insert the following line
   IAC_PROJ.Instrumentation.InstrumentationMacs.time_activity time_activity;
   IAC_PROJ.Instrumentation.InstrumentationMacs.time_on_off   time_on_off;
   IAC_PROJ.Instrumentation.InstrumentationMacs.object_stats  object_stats;
   IAC_PROJ.Instrumentation.InstrumentationMacs.gated_verbose gated_verbose;
   IAC_PROJ.Instrumentation.InstrumentationMacs.gated_trace   gated_trace;
# In the following iac_lib file
examples.v
# insert the following line
   IAC_PROJ.Instrumentation.InstrumentationApps.InstrumentationEg1 InstrumentationEg1;
   IAC_PROJ.Instrumentation.InstrumentationApps.InstrumentationEg2 InstrumentationEg2;

