gatemate: don't place cells all at once (#1528)

This commit is contained in:
Lofty 2025-08-08 17:19:42 +01:00 committed by GitHub
parent 0ad43e6ec7
commit 2d393c2487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 7 deletions

View File

@ -200,11 +200,6 @@ void GateMateImpl::postRoute()
}
}
void GateMateImpl::configurePlacerHeap(PlacerHeapCfg &cfg)
{
cfg.placeAllAtOnce = true;
}
int GateMateImpl::get_dff_config(CellInfo *dff) const
{
int val = 0;

View File

@ -58,8 +58,6 @@ struct GateMateImpl : HimbaechelAPI
Loc getRelativeConstraint(Loc &root_loc, IdString id) const;
void configurePlacerHeap(PlacerHeapCfg &cfg) override;
bool isPipInverting(PipId pip) const override;
const GateMateTileExtraDataPOD *tile_extra_data(int tile) const;