aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/pack.cc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2022-06-16 11:38:23 +0200
committerPepijn de Vos <pepijndevos@gmail.com>2022-06-16 11:38:23 +0200
commitb7992ec7724000f813ab053ac6042326f3795471 (patch)
tree6244976d70a4069e079f85823d9882636bc08e98 /gowin/pack.cc
parentde1bee9352c9f760cb21a35912c48ed2f830c023 (diff)
downloadnextpnr-b7992ec7724000f813ab053ac6042326f3795471.tar.gz
nextpnr-b7992ec7724000f813ab053ac6042326f3795471.tar.bz2
nextpnr-b7992ec7724000f813ab053ac6042326f3795471.zip
hook up CE maybe
Diffstat (limited to 'gowin/pack.cc')
-rw-r--r--gowin/pack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gowin/pack.cc b/gowin/pack.cc
index 7d3a8e98..0ba71705 100644
--- a/gowin/pack.cc
+++ b/gowin/pack.cc
@@ -708,6 +708,7 @@ void pack_sram(Context *ctx)
std::unique_ptr<CellInfo> ramw_slice =
create_generic_cell(ctx, id_RAMW, ci->name.str(ctx) + "$RAMW_SLICE");
sram_to_ramw_split(ctx, ci, ramw_slice.get());
+ ramw_slice->connectPort(id_CE, ctx->nets[ctx->id("$PACKER_VCC_NET")].get());
// Create actual RAM slices
std::unique_ptr<CellInfo> ram_comb[4];