aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-06 15:30:23 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-06 15:30:23 +0200
commit9afa6a2016d3137ba61d924f25f4f077215f3eda (patch)
tree0ed83b0d6c69a0f09cb6b91c5d636762d030b70c /dummy/pybindings.cc
parent5ff9aafb2010d58c9eda38849f743208785a9214 (diff)
downloadnextpnr-9afa6a2016d3137ba61d924f25f4f077215f3eda.tar.gz
nextpnr-9afa6a2016d3137ba61d924f25f4f077215f3eda.tar.bz2
nextpnr-9afa6a2016d3137ba61d924f25f4f077215f3eda.zip
Update and simplify dummy arch
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r--dummy/pybindings.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index affa768a..a19479a0 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -24,5 +24,4 @@
void arch_wrap_python() {
class_<ChipArgs>("ChipArgs");
- WRAP_RANGE(Wire);
}