diff options
author | David Shah <davey1576@gmail.com> | 2018-06-20 11:44:28 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-20 11:44:28 +0200 |
commit | 1436ae21a2d9a214f7585deb2f038ff87ce4862c (patch) | |
tree | 910e696f210ea31a7f15e70455c08d895c7e7887 /frontend | |
parent | 5d1b87b0a4e138726d751590728cdcc2f12f6192 (diff) | |
download | nextpnr-1436ae21a2d9a214f7585deb2f038ff87ce4862c.tar.gz nextpnr-1436ae21a2d9a214f7585deb2f038ff87ce4862c.tar.bz2 nextpnr-1436ae21a2d9a214f7585deb2f038ff87ce4862c.zip |
Adding stubs for delay annotation and cell timing lookup
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/json/jsonparse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/json/jsonparse.cc b/frontend/json/jsonparse.cc index afd126fd..8f0ecc35 100644 --- a/frontend/json/jsonparse.cc +++ b/frontend/json/jsonparse.cc @@ -26,8 +26,8 @@ #include <fstream> #include <iostream> #include <log.h> -#include <string> #include <map> +#include <string> #include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN |