aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-08 14:30:29 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commitd38ff142644479d9760d32f17bec291e96ab100c (patch)
tree4004da8285f353062ad80ff41cfe6563a214fadd /mistral/arch.h
parente5e2f7bc62c1cfba2f43ea74199a5a3a379e5de7 (diff)
downloadnextpnr-d38ff142644479d9760d32f17bec291e96ab100c.tar.gz
nextpnr-d38ff142644479d9760d32f17bec291e96ab100c.tar.bz2
nextpnr-d38ff142644479d9760d32f17bec291e96ab100c.zip
mistral: Working on ALM input assignment
Signed-off-by: gatecat <gatecat@ds0.me>
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