aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gowin/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/arch.cc b/gowin/arch.cc
index 2f61685a..8c654b2e 100644
--- a/gowin/arch.cc
+++ b/gowin/arch.cc
@@ -612,7 +612,7 @@ void Arch::addMuxBels(const DatabasePOD *db, int row, int col)
int gcol = col + 1;
// no MUX2_LUT8 in the last column
- if (j == 7 && col == getGridDimX() - 1) {
+ if (j == 7 && col == getGridDimX() - 2) {
continue;
}