mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-20 09:36:33 +00:00
gowin: Remove leftover debugging
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
@@ -732,7 +732,6 @@ void Arch::read_cst(std::istream &in)
|
||||
std::string belname = getCtx()->nameOfBel(bel);
|
||||
it->second->setAttr(IdString(ID_BEL), belname);
|
||||
} else {
|
||||
std::cout << "plain error:[" << pinline << "]" << std::endl;
|
||||
log_error("Pin %s not found (pin# style)\n", pinname.c_str(this));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user