projects
/
soclayout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fecfb
)
reduce height of ALU16 slightly (to see if it is possible)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 26 Mar 2020 21:49:53 +0000
(21:49 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 26 Mar 2020 21:49:53 +0000
(21:49 +0000)
experiments7/doAlu16.py
patch
|
blob
|
history
diff --git
a/experiments7/doAlu16.py
b/experiments7/doAlu16.py
index ea376c7effa08f8306e685837f2a2dd691acb68e..724bb9c2b0a91d11d9f5be48dd7b7d507862f4bc 100755
(executable)
--- 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=
60
0.0,
+ 'alu16', editor, width=1100.0, height=
57
0.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},