aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch_pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch_pybindings.cc')
-rw-r--r--nexus/arch_pybindings.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/nexus/arch_pybindings.cc b/nexus/arch_pybindings.cc
index caab8312..1a3890ff 100644
--- a/nexus/arch_pybindings.cc
+++ b/nexus/arch_pybindings.cc
@@ -51,7 +51,8 @@ void arch_wrap_python(py::module &m)
typedef std::unordered_map<IdString, HierarchicalCell> HierarchyMap;
typedef std::unordered_map<IdString, IdString> AliasMap;
- typedef UpDownhillPipRange PipRange;
+ typedef UpDownhillPipRange UphillPipRange;
+ typedef UpDownhillPipRange DownhillPipRange;
typedef WireBelPinRange BelPinRange;
#include "arch_pybindings_shared.h"