aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r--machxo2/arch.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/machxo2/arch.h b/machxo2/arch.h
index 214d8bb2..26e8a9ef 100644
--- a/machxo2/arch.h
+++ b/machxo2/arch.h
@@ -643,6 +643,13 @@ struct Arch : BaseArch<ArchRanges>
bool place() override;
bool route() override;
+ // Graphics
+ std::vector<GraphicElement> getDecalGraphics(DecalId decal) const override;
+
+ DecalXY getBelDecal(BelId bel) const override;
+ DecalXY getWireDecal(WireId wire) const override;
+ DecalXY getPipDecal(PipId pip) const override;
+
// Placer
bool isBelLocationValid(BelId bel, bool explain_invalid = false) const override;