From 325985e055ec53a54fd8fef5fe396ee53230bd9a Mon Sep 17 00:00:00 2001 From: YRabbit Date: Sat, 27 Jan 2024 22:26:45 +1000 Subject: [PATCH] gowin: Himbaechel. SPX9 BSRAM BUGFIX. This type setting is not needed here - the packer distinguishes memory features by the X9 attribute, which will be correct anyway. Signed-off-by: YRabbit --- himbaechel/uarch/gowin/pack.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/himbaechel/uarch/gowin/pack.cc b/himbaechel/uarch/gowin/pack.cc index 5a2867de..ccddef2d 100644 --- a/himbaechel/uarch/gowin/pack.cc +++ b/himbaechel/uarch/gowin/pack.cc @@ -1465,9 +1465,6 @@ struct GowinPacker NetInfo *vss_net = ctx->nets.at(ctx->id("$PACKER_GND")).get(); IdString cell_type = id_SP; - if (bw == 36) { - cell_type = id_SPX9; - } IdString name = ctx->idf("%s_AUX", ctx->nameOf(ci)); auto sp_cell = gwu.create_cell(name, cell_type);