projects
/
soclayout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0e408
)
getting closer to connecting at edge
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 27 Feb 2020 13:11:01 +0000
(13:11 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 27 Feb 2020 13:11:01 +0000
(13:11 +0000)
experiments5/doAlu16.py
patch
|
blob
|
history
diff --git
a/experiments5/doAlu16.py
b/experiments5/doAlu16.py
index 276db429a2666a1352b3f500896f55f2e35acc81..d7af2f6b28a06756738d35875e3dc5e37105aaf3 100755
(executable)
--- a/
experiments5/doAlu16.py
+++ b/
experiments5/doAlu16.py
@@
-118,7
+118,7
@@
def add ( **kw ):
, Pin.Direction.NORTH
, Pin.PlacementStatus.FIXED
, metal3
- , l( 20.0*i + 15.0 ), l( height
-40
) # Position.
+ , l( 20.0*i + 15.0 ), l( height ) # Position.
, l( 2.0 ) , l( 2.0 ) # Size.
)
if True:
@@
-127,7
+127,7
@@
def add ( **kw ):
, Pin.Direction.NORTH
, Pin.PlacementStatus.FIXED
, metal3
- , l( 20.0*i +
20.0 ), l( height-40
) # Position.
+ , l( 20.0*i +
19.0 ), l( height-25
) # Position.
, l( 2.0 ) , l( 2.0 ) # Size.
)
if True: