diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 28e913e4..659139a6 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -643,6 +643,11 @@ struct Arch : BaseCtx // ------------------------------------------------- + bool place(); + bool route(); + + // ------------------------------------------------- + std::vector<GraphicElement> getDecalGraphics(DecalId decal) const; DecalXY getFrameDecal() const; |