aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gowin/arch.cc')
-rw-r--r--gowin/arch.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gowin/arch.cc b/gowin/arch.cc
index cba492ab..65f15204 100644
--- a/gowin/arch.cc
+++ b/gowin/arch.cc
@@ -1094,6 +1094,8 @@ Arch::Arch(ArchArgs args) : args(args)
addBelInput(belname, id_CLK, id(buf));
snprintf(buf, 32, "R%dC%d_LSR%d", row + 1, col + 1, 2);
addBelInput(belname, id_LSR, id(buf));
+ snprintf(buf, 32, "R%dC%d_CE%d", row + 1, col + 1, 2);
+ addBelInput(belname, id_CE, id(buf));
break;
// fall through the ++
case ID_LUT7: