# Compile the test using the Makefile provided. The command is printed so that
# it can be modified for temporary tests if needed.
# The Q6VERSION should be set if different than V62.
make

# The test is simulated using the following command:
make sim

# The test with timing can be simulated as follows:
make sim_timing

# Other sim options can be manually added by copying the command and
# appending to the end of it.
    
# The output will not match the golden exactly. There are 6 pixels on the boundary that 
# will exceed the boundary of the image in calculation.
# To check this, the following script can be run:
python ../../../compare_images.py 1280 720 output/720p/output.y golden/720p/blended.y --ignore_boundary 6

