L1CTL_Types: Fix bit-ordering in FBSB_REQ

Change-Id: Idbfdf1e855489c37a7212573ef51bd7fc63f24f7
This commit is contained in:
Harald Welte 2018-03-09 16:17:45 +01:00
parent 439e546539
commit 344c0cf6cf
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ module L1CTL_Types {
boolean sb,
boolean fb1,
boolean fb0
} with { variant "" };
} with { variant "FIELDORDER(msb)" };
template L1ctlFbsbFlags t_L1CTL_FBSB_F_ALL := {
padding := '00000'B,