aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-30 17:37:40 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-30 17:37:40 +0200
commitb7a47ca57b2de1b31d21569c314b0748d326ce8a (patch)
treeedbaaecd93f951ae7425014650e274c7cd06b379 /generic/arch.h
parente6dc9ce77df54b3a4e8d8353c7f28eeabfdcd8da (diff)
downloadnextpnr-b7a47ca57b2de1b31d21569c314b0748d326ce8a.tar.gz
nextpnr-b7a47ca57b2de1b31d21569c314b0748d326ce8a.tar.bz2
nextpnr-b7a47ca57b2de1b31d21569c314b0748d326ce8a.zip
Add header comment for the common arch API in generic arch
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'generic/arch.h')
-rw-r--r--generic/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/arch.h b/generic/arch.h
index 9c2bee2e..e739cfab 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -92,6 +92,7 @@ struct Arch : BaseCtx
void addBelGraphic(BelId bel, const GraphicElement &graphic);
// ---------------------------------------------------------------
+ // Common Arch API. Every arch must provide the following methods.
Arch(ArchArgs args);