From ad18cdb08787c4ecc88edaec353a96f59135c62d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 18 Jun 2018 13:35:25 +0200 Subject: Rename Chip to Arch and ChipArgs to ArchArgs Signed-off-by: Clifford Wolf --- dummy/pybindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummy/pybindings.cc') 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"); } +void arch_wrap_python() { class_("ArchArgs"); } NEXTPNR_NAMESPACE_END -- cgit v1.2.3