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 <rabbit@yrabbit.cyou>
This commit is contained in:
YRabbit 2024-01-27 22:26:45 +10:00 committed by myrtle
parent e7192cd375
commit 325985e055

View File

@ -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);