invert pin-direction to make it sort-of "mirror"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Apr 2020 16:18:34 +0000 (16:18 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Apr 2020 16:18:34 +0000 (16:18 +0000)
experiments7/doAlu16.py

index 427b16f8f1b0db21d4b33b928eb26fc1d8152bf6..15fbd26bffd955ceab249f85a27f5c9218b5a399 100755 (executable)
@@ -148,9 +148,9 @@ def ScriptMain(editor=None, **kwargs):
     add = AddSub(
         'add', editor,
         north_pins=[
-            {'net': 'a({})', 'x': 10.0, 'delta': 10.0, 'repeat': BIT_WIDTH},
-            {'net': 'b({})', 'x': 15.0, 'delta': 10.0, 'repeat': BIT_WIDTH},
-            {'net': 'o({})', 'x': 180.0, 'delta': 10.0, 'repeat': BIT_WIDTH},
+            {'net': 'a({})', 'x': 165.0, 'delta': -10.0, 'repeat': BIT_WIDTH},
+            {'net': 'b({})', 'x': 160.0, 'delta': -10.0, 'repeat': BIT_WIDTH},
+            {'net': 'o({})', 'x': 340.0, 'delta': -10.0, 'repeat': BIT_WIDTH},
         ],
         south_pins=[
         ],