aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch_pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/arch_pybindings.cc')
-rw-r--r--machxo2/arch_pybindings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/arch_pybindings.cc b/machxo2/arch_pybindings.cc
index 3fcf721d..6bd31ff7 100644
--- a/machxo2/arch_pybindings.cc
+++ b/machxo2/arch_pybindings.cc
@@ -30,7 +30,7 @@ NEXTPNR_NAMESPACE_BEGIN
void arch_wrap_python(py::module &m)
{
using namespace PythonConversion;
- py::class_<ArchArgs>(m, "ArchArgs").def_readwrite("type", &ArchArgs::type);
+ py::class_<ArchArgs>(m, "ArchArgs").def_readwrite("device", &ArchArgs::device);
py::class_<BelId>(m, "BelId").def_readwrite("index", &BelId::index);