[AMD Official Use Only - General]
On 2022-05-11 00:08, Wentland, Harry wrote:
> From: Wentland, Harry
>
> On 2022-05-10 14:34, Bhawanpreet Lakha wrote:
>> From: Bhawanpreet Lakha
>>
>>
>> [Why]
>> we save the prev_dppclk value using "dpp_inst" but when reading this
>> value we use the index
On 2022-05-10 14:34, Bhawanpreet Lakha wrote:
> From: Bhawanpreet Lakha
>
> [Why]
> we save the prev_dppclk value using "dpp_inst" but when reading this
> value we use the index "i". In a case where a pipe is fused off we can
> end up reading the incorrect instance because i != dpp_inst in this
>
From: Bhawanpreet Lakha
[Why]
we save the prev_dppclk value using "dpp_inst" but when reading this
value we use the index "i". In a case where a pipe is fused off we can
end up reading the incorrect instance because i != dpp_inst in this
case.
[How]
read the prev_dppclk using dpp_inst instead of