aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_pybindings.cc
diff options
context:
space:
mode:
authorSimon Schubert <2@0x2c.org>2019-02-22 22:36:19 +0100
committerSimon Schubert <2@0x2c.org>2019-02-23 17:39:20 +0100
commit7044f56246417c4db9fc9df2feebb8138e56d51a (patch)
treed784d61762f742f01b26daf9ad06caf5ff54f930 /ice40/arch_pybindings.cc
parente8d3aaaf34895a073e4023192d97fc936d090990 (diff)
downloadnextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.tar.gz
nextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.tar.bz2
nextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.zip
ice40: support u4k
Diffstat (limited to 'ice40/arch_pybindings.cc')
-rw-r--r--ice40/arch_pybindings.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/arch_pybindings.cc b/ice40/arch_pybindings.cc
index 3fafb1f6..f0ca584b 100644
--- a/ice40/arch_pybindings.cc
+++ b/ice40/arch_pybindings.cc
@@ -39,6 +39,7 @@ void arch_wrap_python()
.value("HX1K", ArchArgs::HX1K)
.value("HX8K", ArchArgs::HX8K)
.value("UP5K", ArchArgs::UP5K)
+ .value("U4K", ArchArgs::U4K)
.export_values();
class_<BelId>("BelId").def_readwrite("index", &BelId::index);