mirror of https://github.com/YosysHQ/nextpnr.git
gatemate: fix ECC CPE connection
This commit is contained in:
parent
15d94b40a5
commit
41a95e3bb2
|
|
@ -424,10 +424,10 @@ void GateMatePacker::pack_ram()
|
|||
move_ram_o(&ci, ctx->idf("ENB[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("GLWEA[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("GLWEB[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("ECC1B_ERRA[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("ECC1B_ERRB[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("ECC2B_ERRA[%d]", i));
|
||||
move_ram_o(&ci, ctx->idf("ECC2B_ERRB[%d]", i));
|
||||
move_ram_i(&ci, ctx->idf("ECC1B_ERRA[%d]", i));
|
||||
move_ram_i(&ci, ctx->idf("ECC1B_ERRB[%d]", i));
|
||||
move_ram_i(&ci, ctx->idf("ECC2B_ERRA[%d]", i));
|
||||
move_ram_i(&ci, ctx->idf("ECC2B_ERRB[%d]", i));
|
||||
}
|
||||
|
||||
if (is_fifo) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue