1
0
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:
Clifford Wolf
2018-06-30 17:13:22 +02:00
parent ea5e79f0d6
commit e6dc9ce77d
4 changed files with 275 additions and 121 deletions

View File

@@ -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)
{

View File

@@ -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))
{