diff options
Diffstat (limited to 'dummy')
-rw-r--r-- | dummy/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dummy/arch.h b/dummy/arch.h index 02bec23a..7ceda3b3 100644 --- a/dummy/arch.h +++ b/dummy/arch.h @@ -120,6 +120,8 @@ struct Arch : BaseCtx bool estimatePosition(BelId bel, int &x, int &y) const; delay_t estimateDelay(WireId src, WireId dst) const; + delay_t getDelayEpsilon() const { return 0.01; } + float getDelayNS(delay_t v) const { return v; } std::vector<GraphicElement> getFrameGraphics() const; std::vector<GraphicElement> getBelGraphics(BelId bel) const; |