RAM32M
This commit is contained in:
parent
b4ee8fc639
commit
7fc7d5057b
@ -707,7 +707,7 @@ class LeuctraPacker
|
|||||||
net = ci->ports[pname].net;
|
net = ci->ports[pname].net;
|
||||||
disconnect_port(ctx, ci, pname);
|
disconnect_port(ctx, ci, pname);
|
||||||
if (i == 3) {
|
if (i == 3) {
|
||||||
for (int k = 0; k < 4; j++)
|
for (int k = 0; k < 4; k++)
|
||||||
connect_port(ctx,net, lcs[k], ctx->id("WA" + std::to_string(j+1)));
|
connect_port(ctx,net, lcs[k], ctx->id("WA" + std::to_string(j+1)));
|
||||||
}
|
}
|
||||||
connect_port(ctx,net, lcs[i], ctx->id("RA" + std::to_string(j+1)));
|
connect_port(ctx,net, lcs[i], ctx->id("RA" + std::to_string(j+1)));
|
||||||
|
Loading…
Reference in New Issue
Block a user