From 758c11a9ba1a9501368d080386e7f0f8f513f77a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 26 Mar 2020 21:49:53 +0000 Subject: [PATCH] reduce height of ALU16 slightly (to see if it is possible) --- experiments7/doAlu16.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments7/doAlu16.py b/experiments7/doAlu16.py index ea376c7..724bb9c 100755 --- a/experiments7/doAlu16.py +++ b/experiments7/doAlu16.py @@ -143,7 +143,7 @@ def ScriptMain(editor=None, **kwargs): ) alu16 = ALU16( - 'alu16', editor, width=1100.0, height=600.0, + 'alu16', editor, width=1100.0, height=570.0, submodules=[(add, 25.0, 75.0), (sub, 725.0, 75.0)], north_pins=[ {'net': 'o({})', 'x': 50.0, 'delta': 60.0, 'repeat': BIT_WIDTH}, -- 2.30.2