From fd5cd675ac18fb7b01ea09f5476f08c1c88c0ec3 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 8 Nov 2018 17:01:57 -0800 Subject: [PATCH] Horizontal increments top down. --- compiler/base/hierarchy_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index a469e50d..fdadcec9 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -862,7 +862,7 @@ class layout(lef.lef): offset += vector(pitch,0) else: self.add_horizontal_trunk_route(pin_list, offset, layer_stack, pitch) - offset += vector(0,pitch) + offset -= vector(0,pitch) def create_vertical_channel_route(self, netlist, pins, offset,