mirror of https://github.com/YosysHQ/nextpnr.git
cleanup
This commit is contained in:
parent
4f468746dc
commit
c031cbb59b
|
|
@ -155,13 +155,6 @@ struct BitstreamBackend
|
|||
void export_connection(ChipConfig &cc, PipId pip)
|
||||
{
|
||||
const auto &extra_data = *uarch->pip_extra_data(pip);
|
||||
if (extra_data.type == PipExtra::PIP_EXTRA_MUX) {
|
||||
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));
|
||||
}
|
||||
}
|
||||
if (extra_data.type == PipExtra::PIP_EXTRA_MUX && (extra_data.flags & MUX_VISIBLE)) {
|
||||
IdString name = IdString(extra_data.name);
|
||||
CfgLoc loc = get_config_loc(pip.tile);
|
||||
|
|
|
|||
Loading…
Reference in New Issue