diff options
| author | David Shah <davey1576@gmail.com> | 2018-06-16 18:45:56 +0200 |
|---|---|---|
| committer | David Shah <davey1576@gmail.com> | 2018-06-16 18:45:56 +0200 |
| commit | 0df9a11b1f1f3b0de616e351f7a7be943c525ed9 (patch) | |
| tree | 1b0f26c2ce7c3f79e48160fe7aac06dfaf63362d | |
| parent | e497575c8eb2eeef520e1e3b8b90f5d5ce811dd8 (diff) | |
| parent | 218c4cd740bd88f52c0162356a440929e2f4815f (diff) | |
| download | nextpnr-0df9a11b1f1f3b0de616e351f7a7be943c525ed9.tar.gz nextpnr-0df9a11b1f1f3b0de616e351f7a7be943c525ed9.tar.bz2 nextpnr-0df9a11b1f1f3b0de616e351f7a7be943c525ed9.zip | |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
| -rw-r--r-- | common/place_sa.cc | 2 | ||||
| -rw-r--r-- | common/place_sa.h (renamed from common/place.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.cc b/common/place_sa.cc index 9e3d3022..157d7c38 100644 --- a/common/place_sa.cc +++ b/common/place_sa.cc @@ -17,7 +17,7 @@ * */ -#include "place.h" +#include "place_sa.h" #include <algorithm> #include <cmath> #include <iostream> diff --git a/common/place.h b/common/place_sa.h index f320111e..f320111e 100644 --- a/common/place.h +++ b/common/place_sa.h |
