aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/arch.h')
-rw-r--r--mistral/arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mistral/arch.h b/mistral/arch.h
index dd684dfe..3d939c0d 100644
--- a/mistral/arch.h
+++ b/mistral/arch.h
@@ -43,7 +43,8 @@ struct ALMInfo
// Pointers to bels
std::array<BelId, 2> lut_bels;
std::array<BelId, 4> ff_bels;
- // TODO: ALM configuration (L5/L6 mode, LUT input permutation, etc)
+
+ bool l6_mode = false;
};
struct LABInfo