aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-12 10:40:03 +0000
committergatecat <gatecat@ds0.me>2021-02-12 10:40:03 +0000
commit33eca9a3d2569f51c24204ea103672a72f63795d (patch)
tree40ef6b08e404997ec3efdf96890ddb715a470ebf /machxo2/arch.h
parent8f5133d8111d83137195b8cdae5d80747f8ee315 (diff)
downloadnextpnr-33eca9a3d2569f51c24204ea103672a72f63795d.tar.gz
nextpnr-33eca9a3d2569f51c24204ea103672a72f63795d.tar.bz2
nextpnr-33eca9a3d2569f51c24204ea103672a72f63795d.zip
machxo2: Python bindings and stub GUI
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r--machxo2/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/machxo2/arch.h b/machxo2/arch.h
index 937157f3..f1642490 100644
--- a/machxo2/arch.h
+++ b/machxo2/arch.h
@@ -424,6 +424,7 @@ struct Arch : BaseArch<ArchRanges>
Arch(ArchArgs args);
static bool is_available(ArchArgs::ArchArgsTypes chip);
+ static std::vector<std::string> get_supported_packages(ArchArgs::ArchArgsTypes chip);
std::string getChipName() const override;
// Extra helper