mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 06:50:09 +00:00
Updated abc
This commit is contained in:
parent
40d9542647
commit
1c4a6411af
4 changed files with 39 additions and 11 deletions
|
@ -1,4 +1,9 @@
|
|||
|
||||
.SUBCKT BUF A Y
|
||||
X1 A B NOT
|
||||
X2 B Y NOT
|
||||
.ENDS NOT
|
||||
|
||||
.SUBCKT NOT A Y
|
||||
M1 Y A Vdd Vdd cmosp L=1u W=10u
|
||||
M2 Y A Vss Vss cmosn L=1u W=10u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue