Using the new mbk ...
This commit is contained in:
parent
0a09c1b716
commit
86756816a6
|
@ -1,11 +1,9 @@
|
||||||
#ifndef __PCOMMON_H
|
#ifndef __PCOMMON_H
|
||||||
#define __PCOMMON_H
|
#define __PCOMMON_H
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
const double SquareShape(const double margin, const double sumwidth,
|
const double SquareShape(const double margin, const double sumwidth,
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
}
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#include "PCon.h"
|
#include "PCon.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
|
|
||||||
PCon::PCon(const locon* con):
|
PCon::PCon(const locon* con):
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
#define __PCON_H
|
#define __PCON_H
|
||||||
|
|
||||||
#include "PElem.h"
|
#include "PElem.h"
|
||||||
extern "C" {
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
}
|
|
||||||
|
|
||||||
class PCon: public PElem {
|
class PCon: public PElem {
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#include "PDetToPlaceIns.h"
|
#include "PDetToPlaceIns.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
#include "PToPlaceIns.h"
|
#include "PToPlaceIns.h"
|
||||||
#include "PDetSubRow.h"
|
#include "PDetSubRow.h"
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
|
|
||||||
#include "PIns.h"
|
#include "PIns.h"
|
||||||
#include "PPos.h"
|
#include "PPos.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
|
|
||||||
class PFixedIns : public PIns {
|
class PFixedIns : public PIns {
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#include "PIns.h"
|
#include "PIns.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
|
|
||||||
PIns::PIns(const loins *instance):
|
PIns::PIns(const loins *instance):
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
|
|
||||||
#include "PElem.h"
|
#include "PElem.h"
|
||||||
#include "PBBox.h"
|
#include "PBBox.h"
|
||||||
extern "C" {
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
}
|
|
||||||
|
|
||||||
class PIns: public PElem {
|
class PIns: public PElem {
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,8 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
extern "C" {
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
}
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
class PElem;
|
class PElem;
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <string>
|
#include <string>
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
#include "mpu.h"
|
#include "mpu.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
#include "mlu.h"
|
#include "mlu.h"
|
||||||
}
|
|
||||||
#include "PMove.h"
|
#include "PMove.h"
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
#include "PCommon.h"
|
#include "PCommon.h"
|
||||||
|
|
|
@ -12,10 +12,8 @@
|
||||||
#include "PONet.h"
|
#include "PONet.h"
|
||||||
#include "PBBox.h"
|
#include "PBBox.h"
|
||||||
#include "PDetSubRow.h"
|
#include "PDetSubRow.h"
|
||||||
extern "C" {
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
}
|
|
||||||
#include "iocheader.h"
|
#include "iocheader.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,11 @@
|
||||||
#include "PMove.h"
|
#include "PMove.h"
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
#include "PDetPlacement.h"
|
#include "PDetPlacement.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
#include "mpu.h"
|
#include "mpu.h"
|
||||||
#include "mlo.h"
|
#include "mlo.h"
|
||||||
#include "mlu.h"
|
#include "mlu.h"
|
||||||
}
|
|
||||||
|
|
||||||
double
|
double
|
||||||
PPlacement::DetPlaceDebugNetCost()
|
PPlacement::DetPlaceDebugNetCost()
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#include "PToPlaceIns.h"
|
#include "PToPlaceIns.h"
|
||||||
extern "C"{
|
|
||||||
#include "mut.h"
|
#include "mut.h"
|
||||||
#include "mph.h"
|
#include "mph.h"
|
||||||
}
|
|
||||||
#include "PConstants.h"
|
#include "PConstants.h"
|
||||||
|
|
||||||
PToPlaceIns::PToPlaceIns(const loins *instance):
|
PToPlaceIns::PToPlaceIns(const loins *instance):
|
||||||
|
|
Loading…
Reference in New Issue