mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-30 05:34:53 +00:00
Add implementations for generic arch db API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
||||
std::unordered_set<BaseCtx*> IdString::global_ctx;
|
||||
std::unordered_set<BaseCtx *> IdString::global_ctx;
|
||||
|
||||
void IdString::set(const BaseCtx *ctx, const std::string &s)
|
||||
{
|
||||
|
||||
@@ -74,7 +74,7 @@ struct IdString
|
||||
|
||||
// --- deprecated old API ---
|
||||
|
||||
static std::unordered_set<BaseCtx*> global_ctx;
|
||||
static std::unordered_set<BaseCtx *> global_ctx;
|
||||
|
||||
const std::string &global_str() const __attribute__((deprecated))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user