diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-06 16:02:01 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-06 16:02:01 +0200 |
commit | a04436e19b80bc3d7e308cae2134c98b7a7d6473 (patch) | |
tree | 5252c8a83dd229e0e36da3062c4757be7aa71820 /dummy/pybindings.cc | |
parent | d3f19cc27ea4634a64821688e9adec6046f4d7de (diff) | |
parent | f07682f515a7f4ddccf24e40c802f79feba7bed8 (diff) | |
download | nextpnr-a04436e19b80bc3d7e308cae2134c98b7a7d6473.tar.gz nextpnr-a04436e19b80bc3d7e308cae2134c98b7a7d6473.tar.bz2 nextpnr-a04436e19b80bc3d7e308cae2134c98b7a7d6473.zip |
Merge branch 'chip-api-refactor'
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r-- | dummy/pybindings.cc | 1 |
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); } |