aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.h')
-rw-r--r--generic/arch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/arch.h b/generic/arch.h
index dafbfec3..c73bbf3f 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -164,12 +164,6 @@ struct Arch : BaseCtx
DecalXY getWireDecal(WireId wire) const;
DecalXY getPipDecal(PipId pip) const;
- bool allGraphicsReload = false;
- bool frameGraphicsReload = false;
- std::unordered_set<BelId> belGraphicsReload;
- std::unordered_set<WireId> wireGraphicsReload;
- std::unordered_set<PipId> pipGraphicsReload;
-
bool getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, delay_t &delay) const;
IdString getPortClock(const CellInfo *cell, IdString port) const;
bool isClockPort(const CellInfo *cell, IdString port) const;