You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, can someone elaborate the purpose of the D_RELEASE register?
From the code in NV_NVDLA_CSC_dl.v, Line 985 (master branch)
From my interpretation of the following paragraph of code, if we skip data release, then all the data in the previous CSC layer will be released, so we got all these free entries (reg2dp_datain_height_ext+1). But when we don't want to skip all the data, we can release (reg2dp_datain_height_ext - reg2dp_rls_slices). Is my interpretation correct? Since what I think originally is that we can get reg2dp_rls_slices entries instead of reg2dp_datain_height_ext - reg2dp_rls_slices
Hi all, can someone elaborate the purpose of the D_RELEASE register?
From the code in NV_NVDLA_CSC_dl.v, Line 985 (master branch)
From my interpretation of the following paragraph of code, if we skip data release, then all the data in the previous CSC layer will be released, so we got all these free entries (
reg2dp_datain_height_ext+1
). But when we don't want to skip all the data, we can release(reg2dp_datain_height_ext - reg2dp_rls_slices)
. Is my interpretation correct? Since what I think originally is that we can getreg2dp_rls_slices
entries instead ofreg2dp_datain_height_ext - reg2dp_rls_slices
Thanks in advance.
The text was updated successfully, but these errors were encountered: