Compare commits

..

No commits in common. "4cbe8cb3d1e9944d01c280da4992d8c4ff42d696" and "44f0cd871d34ee5be6a6d3af6ff8eea769bfcb38" have entirely different histories.

View File

@ -30,9 +30,7 @@ namespace tmpl {
bool _y; bool _y;
prs{ prs{
y => _y- y => _y-
[weak=1] _y -> y- [weak=1] _y => y-
[weak=1] ~_y -> y+
} }
sizing { sizing {
leak_adjust <- 1; leak_adjust <- 1;
@ -575,13 +573,6 @@ namespace tmpl {
[keeper=0] a -> y- [keeper=0] a -> y-
} }
} }
defproc PULLDOWN2_X4(bool? a, b; bool! y; bool? vdd, vss)
{
prs{
[keeper=0] a & b -> y-
}
}
defproc PULLUP_X4(bool? a; bool! y; bool? vdd, vss) defproc PULLUP_X4(bool? a; bool! y; bool? vdd, vss)
{ {