diff options
author | David Shah <davey1576@gmail.com> | 2018-06-12 14:43:56 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-12 14:43:56 +0200 |
commit | 592a627e0c99ddf2cf06c286813a2d08962d8cd9 (patch) | |
tree | 5da4e6d6c4bfdb3d5a600b365ed9cb856c307de9 /common/design_utils.h | |
parent | 5a9ff4aea15fca7bcf8c86eaa1f92eb51f551e5b (diff) | |
parent | c8b815361e2435bf12786705638908aa891df44f (diff) | |
download | nextpnr-592a627e0c99ddf2cf06c286813a2d08962d8cd9.tar.gz nextpnr-592a627e0c99ddf2cf06c286813a2d08962d8cd9.tar.bz2 nextpnr-592a627e0c99ddf2cf06c286813a2d08962d8cd9.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'common/design_utils.h')
-rw-r--r-- | common/design_utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/design_utils.h b/common/design_utils.h index 9d027d58..2acc7d20 100644 --- a/common/design_utils.h +++ b/common/design_utils.h @@ -21,6 +21,9 @@ #ifndef DESIGN_UTILS_H #define DESIGN_UTILS_H + +NEXTPNR_NAMESPACE_BEGIN + /* Utilities for design manipulation, intended for use inside packing algorithms */ @@ -65,4 +68,6 @@ CellInfo *net_driven_by(NetInfo *net, F1 cell_pred, IdString port) } } +NEXTPNR_NAMESPACE_END + #endif |