diff options
author | David Shah <davey1576@gmail.com> | 2018-07-10 11:24:30 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-11 10:42:09 +0200 |
commit | 29d65bd368fa32f7ea13515902df752d30ec4f39 (patch) | |
tree | a41a99c13e0574caac0d2df0837cec864ee776a8 /common | |
parent | b397dd80712005e4c71b492e27d6af35e6bdc1e9 (diff) | |
download | nextpnr-29d65bd368fa32f7ea13515902df752d30ec4f39.tar.gz nextpnr-29d65bd368fa32f7ea13515902df752d30ec4f39.tar.bz2 nextpnr-29d65bd368fa32f7ea13515902df752d30ec4f39.zip |
ecp5: Working on bitstream gen
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index b492b98c..8f361dc8 100644 --- a/common/util.h +++ b/common/util.h @@ -96,6 +96,7 @@ inline const NetInfo *get_net_or_empty(const CellInfo *cell, const IdString port else return nullptr; }; + NEXTPNR_NAMESPACE_END #endif |