aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-25 13:07:47 +0100
committerGitHub <noreply@github.com>2021-07-25 13:07:47 +0100
commitef3be26a697466f330c442be6bf3d9613395081b (patch)
tree0436205b2a24d57089df214f146c289d9eb0eebb /common
parent5212e38512586a6aea0a3b075d30cd172026cd3e (diff)
parentbbb1ea26b629588424d0f5797235b5e7d2320509 (diff)
downloadnextpnr-ef3be26a697466f330c442be6bf3d9613395081b.tar.gz
nextpnr-ef3be26a697466f330c442be6bf3d9613395081b.tar.bz2
nextpnr-ef3be26a697466f330c442be6bf3d9613395081b.zip
Merge pull request #777 from YosysHQ/gatecat/gui-fixes
gui: Add about box and fix some small typos
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr_assertions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr_assertions.h b/common/nextpnr_assertions.h
index 1dd2a58f..1989aa3a 100644
--- a/common/nextpnr_assertions.h
+++ b/common/nextpnr_assertions.h
@@ -56,6 +56,7 @@ inline void assert_fail_impl_str(std::string message, const char *expr_str, cons
#define NPNR_ASSERT_FALSE(msg) (assert_fail_impl(msg, "false", __FILE__, __LINE__))
#define NPNR_ASSERT_FALSE_STR(msg) (assert_fail_impl_str(msg, "false", __FILE__, __LINE__))
+#define NPNR_STRINGIFY_MACRO(x) NPNR_STRINGIFY(x)
#define NPNR_STRINGIFY(x) #x
NEXTPNR_NAMESPACE_END