aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <cliffordvienna@gmail.com>2018-07-11 12:04:53 +0000
committerClifford Wolf <cliffordvienna@gmail.com>2018-07-11 12:04:53 +0000
commitce6afb5f7f7e2e26918c01d9b818bff9ceb93601 (patch)
treecb098c84c01655b15a02051d6fbbbdd368dba9ca /ice40/arch.h
parent0d71ed76cbc80d6ef317a3ae743dcb92baca45ed (diff)
parent7081cca01654030f9a3b731cebf36e68590e3ed1 (diff)
downloadnextpnr-ce6afb5f7f7e2e26918c01d9b818bff9ceb93601.tar.gz
nextpnr-ce6afb5f7f7e2e26918c01d9b818bff9ceb93601.tar.bz2
nextpnr-ce6afb5f7f7e2e26918c01d9b818bff9ceb93601.zip
Merge branch 'ice40gfx' into 'master'
Ice40gfx See merge request SymbioticEDA/nextpnr!7
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 43aa0829..03685152 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -643,10 +643,12 @@ struct Arch : BaseCtx
// -------------------------------------------------
- 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> getDecalGraphics(DecalId decal) const;
+
+ DecalXY getFrameDecal() const;
+ DecalXY getBelDecal(BelId bel) const;
+ DecalXY getWireDecal(WireId wire) const;
+ DecalXY getPipDecal(PipId pip) const;
bool allGraphicsReload = false;
bool frameGraphicsReload = false;