ice40: Make HeAP the default placer
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
75f403db60
commit
ff9d6b4f89
@ -1245,7 +1245,11 @@ void Arch::assignCellInfo(CellInfo *cell)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_HEAP
|
||||||
|
const std::string Arch::defaultPlacer = "heap";
|
||||||
|
#else
|
||||||
const std::string Arch::defaultPlacer = "sa";
|
const std::string Arch::defaultPlacer = "sa";
|
||||||
|
#endif
|
||||||
|
|
||||||
const std::vector<std::string> Arch::availablePlacers = {"sa",
|
const std::vector<std::string> Arch::availablePlacers = {"sa",
|
||||||
#ifdef WITH_HEAP
|
#ifdef WITH_HEAP
|
||||||
|
Loading…
Reference in New Issue
Block a user