Commit 6fb13be
committed
[kmac, rtl/dv/sw] Remove unused error code
The `ErrShadowRegUpdate` code is never used in the RTL. Instead, according
to the documentation, on a shadow register update error, a recoverable alert
shall be triggered - this recoverable alert then is signaled in the STATUS
register and not in the error code register.
Hence, this commit removes this error code as well as the corresponding
SW code (`kDifErrorShadowRegisterUpdate`).
Signed-off-by: Pascal Nasahl <[email protected]>1 parent b8596ff commit 6fb13be
File tree
4 files changed
+1
-8
lines changed- hw/ip/kmac
- dv/env
- rtl
- sw/device/lib/dif
4 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
| 304 | + | |
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | 459 | | |
463 | 460 | | |
464 | 461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | 795 | | |
797 | 796 | | |
798 | 797 | | |
| |||
0 commit comments