aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/pack.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-02-25 11:06:33 +0000
committerDavid Shah <dave@ds0.me>2019-02-25 11:49:25 +0000
commita0fa16439942d15e9be745ec074fc1ba3a2a7c95 (patch)
tree74c27b3a84b726ea4e8f6430bc1a07a7fc5af723 /ecp5/pack.cc
parentf363dd2d3c8d00b4d237208d394ed185203a6890 (diff)
downloadnextpnr-a0fa16439942d15e9be745ec074fc1ba3a2a7c95.tar.gz
nextpnr-a0fa16439942d15e9be745ec074fc1ba3a2a7c95.tar.bz2
nextpnr-a0fa16439942d15e9be745ec074fc1ba3a2a7c95.zip
ecp5: Add criticality-based LUT permutation
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r--ecp5/pack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index db8c4002..b05aec71 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -27,6 +27,7 @@
#include "design_utils.h"
#include "globals.h"
#include "log.h"
+#include "timing.h"
#include "util.h"
NEXTPNR_NAMESPACE_BEGIN