From 5eb2be3988ad19c7c8c6191fd179a822a739476f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 21 Apr 2020 13:17:08 +0000 Subject: [PATCH] corrections getting output routed --- experiments7/doAlu16.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments7/doAlu16.py b/experiments7/doAlu16.py index ebccbf2..be28596 100755 --- a/experiments7/doAlu16.py +++ b/experiments7/doAlu16.py @@ -251,7 +251,7 @@ def scriptMain(editor=None, **kwargs): alu16 = ALU16( 'alu16', editor, submodules=[add, sub], north_pins=[ - {'net': 'o({})', 'x': 355.0+o, 'delta': -5.0, 'repeat': BIT_WIDTH}, + {'net': 'o({})', 'x': 255.0+o, 'delta': -5.0, 'repeat': BIT_WIDTH}, {'net': 'op'}, ], south_pins=[ -- 2.30.2