diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/nextpnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index c6c0f2ab..efe5936f 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -200,7 +200,7 @@ struct BaseCtx BaseCtx() { - assert(IdString::global_ctx == nullptr); + //assert(IdString::global_ctx == nullptr); IdString::global_ctx = this; idstring_str_to_idx = new std::unordered_map<std::string, int>; |