aboutsummaryrefslogtreecommitdiffstats
path: root/common/idstringlist.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-01 14:55:33 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit5d1b8bf74469d0d5c5cc15e8c8e042da55da5357 (patch)
tree425eddfd77e269c54235edfd4f945e4e16933bad /common/idstringlist.h
parentaf0bffbae905d92942492e0fdf42a4b02686b224 (diff)
downloadnextpnr-5d1b8bf74469d0d5c5cc15e8c8e042da55da5357.tar.gz
nextpnr-5d1b8bf74469d0d5c5cc15e8c8e042da55da5357.tar.bz2
nextpnr-5d1b8bf74469d0d5c5cc15e8c8e042da55da5357.zip
cyclonev: Add names and archcheck fixes
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/idstringlist.h')
-rw-r--r--common/idstringlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/idstringlist.h b/common/idstringlist.h
index 6a6a554d..24a46731 100644
--- a/common/idstringlist.h
+++ b/common/idstringlist.h
@@ -64,6 +64,9 @@ struct IdStringList
}
return false;
}
+
+ static IdStringList concat(IdStringList a, IdStringList b);
+ IdStringList slice(size_t s, size_t e) const;
};
NEXTPNR_NAMESPACE_END