mirror of https://github.com/YosysHQ/nextpnr.git
parent
c900bcc949
commit
db990d2175
|
|
@ -24,6 +24,7 @@
|
|||
#include "placer1.h"
|
||||
#include <algorithm>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
|
@ -37,7 +38,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
#include <chrono>
|
||||
#include "log.h"
|
||||
#include "place_common.h"
|
||||
#include "timing.h"
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <queue>
|
||||
#include <chrono>
|
||||
|
||||
#include "log.h"
|
||||
#include "router1.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue