diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-30 17:37:40 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-30 17:37:40 +0200 |
commit | b7a47ca57b2de1b31d21569c314b0748d326ce8a (patch) | |
tree | edbaaecd93f951ae7425014650e274c7cd06b379 /generic | |
parent | e6dc9ce77df54b3a4e8d8353c7f28eeabfdcd8da (diff) | |
download | nextpnr-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')
-rw-r--r-- | generic/arch.h | 1 |
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); |