-
Notifications
You must be signed in to change notification settings - Fork 3
Run simulation
Antoine Lorence edited this page May 6, 2014
·
3 revisions
$SCRIPTS_DIR/orcc_run_simulation $WORK_DIR ~/projects/orc-apps RVC \
org.sc29.wg11.mpeg4.part10.php.Top_mpeg4_part10_PHP_decoder \
~/sequences/AVC/CAVLC/MMCO/AVCMR-11/HCBP1_HHI_A.264 \
~/sequences/AVC/CAVLC/MMCO/AVCMR-11/HCBP1_HHI_A.yuv
The list of valid arguments:
Usage: headless_build/orcc_run_simulation <working_directory> <projects_dir> <project> <top_network> <input_sequence> [<reference_file>]
<working_directory> Path to folder used to perform build & tests
<projects_dir> Folder containing CAL projects
<project> The project containing application to build
<top_network> Qualified name of the top network to build
<input_sequence> Input file to pass to application
<reference_file> [Optional] Reference file to use for errors checking
Command-line interface is similar to compilation script. The 2 new parameters are the input video sequence to decode and eventually the reference file to use to validate the sequence decoding.