# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/orthview/orthview.v" OrthogonalViewer;
# In the following iac_lib file
data_io.v
# insert the following line
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerMacs.OrthogonalViewer OrthogonalViewer;
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerMacs.OrthogonalViewer2 OrthogonalViewer2;
# In the following iac_lib file
examples.v
# insert the following line
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerApps.OrthogonalViewerSingleEg OrthogonalViewerSingleEg;
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerApps.OrthogonalViewerMultiEg OrthogonalViewerMultiEg;
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerApps.OrthogonalViewerSingleEg2 OrthogonalViewerSingleEg2;
  IAC_PROJ.OrthogonalViewer.OrthogonalViewerApps.OrthogonalViewerMultiEg2 OrthogonalViewerMultiEg2;
