reduce height of ALU16 slightly (to see if it is possible)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Mar 2020 21:49:53 +0000 (21:49 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Mar 2020 21:49:53 +0000 (21:49 +0000)
experiments7/doAlu16.py

index ea376c7effa08f8306e685837f2a2dd691acb68e..724bb9c2b0a91d11d9f5be48dd7b7d507862f4bc 100755 (executable)
@@ -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},