machxo2: Set Pip and Wire delays to reasonable fake values mirroring
estimateDelay.
This commit is contained in:
parent
86bc708299
commit
b1f25d4b33
@ -514,7 +514,7 @@ struct Arch : BaseArch<ArchRanges>
|
||||
return IdStringList(ids);
|
||||
}
|
||||
|
||||
DelayQuad getWireDelay(WireId wire) const override { return DelayQuad(0); }
|
||||
DelayQuad getWireDelay(WireId wire) const override { return DelayQuad(0.01); }
|
||||
|
||||
WireRange getWires() const override
|
||||
{
|
||||
@ -587,7 +587,7 @@ struct Arch : BaseArch<ArchRanges>
|
||||
return wire;
|
||||
}
|
||||
|
||||
DelayQuad getPipDelay(PipId pip) const override { return DelayQuad(0); }
|
||||
DelayQuad getPipDelay(PipId pip) const override { return DelayQuad(0.01); }
|
||||
|
||||
PipRange getPipsDownhill(WireId wire) const override
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user