1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 15:43:30 +00:00

HeAP: tidying up

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah
2019-01-26 13:22:44 +00:00
parent fb02fc69c6
commit 2e2f44c82e
3 changed files with 86 additions and 116 deletions

View File

@@ -23,12 +23,12 @@
#include <boost/range/adaptor/reversed.hpp>
#include <cmath>
#include <cstring>
#include "placer_heap.h"
#include "gfx.h"
#include "globals.h"
#include "log.h"
#include "nextpnr.h"
#include "placer1.h"
#include "placer_heap.h"
#include "router1.h"
#include "timing.h"
#include "util.h"