aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 5eea1b8e..ac077b73 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -709,10 +709,16 @@ struct Chip
// -------------------------------------------------
+ std::vector<GraphicElement> getFrameGraphics() const;
std::vector<GraphicElement> getBelGraphics(BelId bel) const;
std::vector<GraphicElement> getWireGraphics(WireId wire) const;
std::vector<GraphicElement> getPipGraphics(PipId pip) const;
- std::vector<GraphicElement> getFrameGraphics() const;
+
+ bool allGraphicsReload = false;
+ bool frameGraphicsReload = false;
+ std::unordered_set<BelId> belGraphicsReload;
+ std::unordered_set<WireId> wireGraphicsReload;
+ std::unordered_set<PipId> pipGraphicsReload;
};
NEXTPNR_NAMESPACE_END