mirror of https://github.com/YosysHQ/nextpnr.git
ecp5: Increase ripup penalty
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
031725c80e
commit
a2d906a3fd
|
|
@ -918,7 +918,7 @@ struct Arch : BaseCtx
|
|||
delay_t estimateDelay(WireId src, WireId dst) const;
|
||||
delay_t predictDelay(const NetInfo *net_info, const PortRef &sink) const;
|
||||
delay_t getDelayEpsilon() const { return 20; }
|
||||
delay_t getRipupDelayPenalty() const { return 250; }
|
||||
delay_t getRipupDelayPenalty() const { return 400; }
|
||||
float getDelayNS(delay_t v) const { return v * 0.001; }
|
||||
DelayInfo getDelayFromNS(float ns) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue