# 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 most likely match the golden exactly as while there may be boundary
# condition issues, they would not affect the gradient sufficiently to make a big 
# difference
python ../../../compare_images.py 40 22 output/320x180/output.y golden/320x180/motion_vector_count.bin

