mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 16:44:36 +00:00
@@ -770,6 +770,11 @@ bool Context::checkRoutedDesign() const
|
||||
for (auto &net_it : ctx->nets) {
|
||||
NetInfo *net_info = net_it.second.get();
|
||||
|
||||
#ifdef ARCH_ECP5
|
||||
if (net_info->is_global)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
if (ctx->debug)
|
||||
log("checking net %s\n", net_info->name.c_str(ctx));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user