aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-18 13:35:25 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-18 13:35:25 +0200
commitad18cdb08787c4ecc88edaec353a96f59135c62d (patch)
tree3a13281f1adea564d0848d93ef4bcf4d1d4bf952 /dummy/pybindings.cc
parent2f5e9542c2d9132b2c01d4dbc8c4d2dff97c60cf (diff)
downloadnextpnr-ad18cdb08787c4ecc88edaec353a96f59135c62d.tar.gz
nextpnr-ad18cdb08787c4ecc88edaec353a96f59135c62d.tar.bz2
nextpnr-ad18cdb08787c4ecc88edaec353a96f59135c62d.zip
Rename Chip to Arch and ChipArgs to ArchArgs
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r--dummy/pybindings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index ec0e20b2..87716267 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -23,6 +23,6 @@
NEXTPNR_NAMESPACE_BEGIN
-void arch_wrap_python() { class_<ChipArgs>("ChipArgs"); }
+void arch_wrap_python() { class_<ArchArgs>("ArchArgs"); }
NEXTPNR_NAMESPACE_END