added 3p pullup
This commit is contained in:
parent
8c8a2eb9a4
commit
1aab499474
|
@ -684,6 +684,14 @@ namespace tmpl {
|
|||
}
|
||||
}
|
||||
|
||||
export
|
||||
defproc A_3P_U_X4(bool? a, b, c; bool! y; bool? vdd, vss)
|
||||
{
|
||||
prs{
|
||||
[keeper=0] ~a & ~b & ~c-> y+
|
||||
}
|
||||
}
|
||||
|
||||
export
|
||||
defproc PULLDOWN_X4(bool? a; bool! y; bool? vdd, vss) {
|
||||
A_1N_U_X4 cell(.a = a, .y = y, .vdd = vdd, .vss = vss);
|
||||
|
|
Loading…
Reference in New Issue