diff options
Diffstat (limited to 'nexus/arch.h')
-rw-r--r-- | nexus/arch.h | 2 |
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 |