A. Features Introduced in OpenROAD 4.1 : Reporter Enhancements : Call Interface to Dialog Frames and Reporter Procedures : Calling a Report Procedure
 
Share this page                  
Calling a Report Procedure
callproc <procname>(PM_Outputdir = tmpdir,
PM_OutputFile = left(repname,8),
 PM_runmode = runmode,
PM_PopErr = poperr,
 PM_Imgdir = imgdir );
Required Parameters
PM_Outputdir – directory for temporary output files
PM_OutputFile – temporary file name
Optional Parameters
PM_Runmode: default CS_RM_IS
This is only meaningful if report uses image trim that is not stored locally on disk valid runtime values:
CS_RM_IS – use image server
CS_RM_DI – use database-resident image trim
PM_PopErr: default FALSE
When TRUE, most runtime errors are displayed as a popup
PM_ImgDir: required only if report uses disk-resident images and images are not located in original paths. Valid runtime values:
'dirname' - a valid directory containing all disk-based image trim
''   - use environment variable II_REPIMAGE_DIR, if set; otherwise use original paths
'<embed>' - use original paths; ignore any setting of II_REPIMAGE_DIR