mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-04 23:54:53 +00:00
@@ -520,7 +520,7 @@ void Arch::read_cst(std::istream &in)
|
||||
std::string attr = "&";
|
||||
attr += match[2];
|
||||
boost::algorithm::to_upper(attr);
|
||||
it->second->attrs[id(attr)] = 0;
|
||||
it->second->attrs[id(attr)] = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user