Why the last char is lost when generate the new .spc file with avi2raw.exe? - Why the last char is lost when generate the new .spc file with avi2raw.exe?
Description The avi2raw is used to convert .avi format to raw data format as described in the VIP User Guide (Avalon-ST Video Verification IP Suite). However, the last char is lost when generate the new .spc file with avi2raw. Resolution A workaround for this issue is change the “av_st_video_file_io_class.sv” line 322 as below: From: ending = read_data_str.substr(i 4,length-3); To: ending = read_data_str.substr(i 4,length-2);
Custom Fields values:
['novalue']
Troubleshooting
novalue
False
['novalue']
['novalue']
novalue
novalue
['Programmable Logic Devices']
['novalue']
['novalue']
['novalue'] - 2021-08-25
external_document