diff options
Diffstat (limited to 'gowin/cells.cc')
-rw-r--r-- | gowin/cells.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gowin/cells.cc b/gowin/cells.cc index 63ee71ed..0dc0ce06 100644 --- a/gowin/cells.cc +++ b/gowin/cells.cc @@ -54,6 +54,7 @@ std::unique_ptr<CellInfo> create_generic_cell(Context *ctx, IdString type, std:: new_cell->addInput(names[i]); } new_cell->addInput(id_CLK); + new_cell->addInput(id_CE); new_cell->addInput(id_LSR); } else if (type == id_GW_MUX2_LUT5 || type == id_GW_MUX2_LUT6 || type == id_GW_MUX2_LUT7 || type == id_GW_MUX2_LUT7 || type == id_GW_MUX2_LUT8) { |