mirror of https://github.com/YosysHQ/nextpnr.git
comment out spammy debug message
This commit is contained in:
parent
0a763dd799
commit
a72a593740
|
|
@ -157,7 +157,7 @@ struct BitstreamBackend
|
|||
IdString resource = IdString(extra_data.resource);
|
||||
if (resource != IdString()) {
|
||||
auto n = ctx->getPipName(pip);
|
||||
printf("PASS %s %s -> %s\n", n[0].c_str(ctx), n[2].c_str(ctx), n[1].c_str(ctx));
|
||||
// printf("PASS %s %s -> %s\n", n[0].c_str(ctx), n[2].c_str(ctx), n[1].c_str(ctx));
|
||||
}
|
||||
}
|
||||
if (extra_data.type == PipExtra::PIP_EXTRA_MUX && (extra_data.flags & MUX_VISIBLE)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue