aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-09-15 12:27:36 +0200
committergatecat <gatecat@ds0.me>2022-09-15 12:27:36 +0200
commit7ca3ba3835ee6083b441d693a30ef7530a7e2eed (patch)
tree95337e95db349c3d26ee16e8a3997f80122e723b /nexus/arch.h
parent79aad0988a17537409c9894081d9562c693745cf (diff)
downloadnextpnr-7ca3ba3835ee6083b441d693a30ef7530a7e2eed.tar.gz
nextpnr-7ca3ba3835ee6083b441d693a30ef7530a7e2eed.tar.bz2
nextpnr-7ca3ba3835ee6083b441d693a30ef7530a7e2eed.zip
nexus: Add ES2 device names and --list-devices
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 4a28dfb7..df4f976a 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1522,6 +1522,8 @@ struct Arch : BaseArch<ArchRanges>
// -------------------------------------------------
void write_fasm(std::ostream &out) const;
+ // -------------------------------------------------
+ static void list_devices();
};
NEXTPNR_NAMESPACE_END