Skip to content
Snippets Groups Projects

L1 MBTS logic simplification: ATR-29889

Merged Gianantonio Pezzullo requested to merge gipezzul/athena:devMBTS into 24.0

I implemented the following change as suggested in ATR-29889:

(MBTS_A[x2] | MBTS_C[x2] | MBTS_A[x1]) & (MBTS_A[x2] | MBTS_C[x2] | MBTS_C[x1])
to
(                           MBTS_C[x2] | MBTS_A[x1]) & (MBTS_A[x2] |                            MBTS_C[x1])

tagging: @tamartin @aikoulou @khoo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading