commit | 8bd0ebc5534ebee09559e126bd8374fc6bb5c4e9 | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Wed Apr 09 22:49:59 2025 -0700 |
committer | Devanshi Chauhan <devanshi.chauhanalpeshbhai@amd.com> | Mon May 26 05:02:02 2025 -0700 |
tree | 3f63055ad4232de4ae84b948002df1e8a90e3088 | |
parent | 94deb06d05f9d5518cd5f901252583742db9cf58 [diff] |
fix(xilinx): resolve misra rule 12.2 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.12.2: - The right hand operand of a shift operator shall lie in the range zero to one less than the width in bits of the essential type of the left hand operand. - Fix: - Type casted left operand to a larger width than shift. Change-Id: I662ff57e52d1260e2f1a0de595f19a9143714892 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>