Compare commits

..

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

View File

@ -30,9 +30,7 @@ namespace tmpl {
bool _y;
prs{
y => _y-
[weak=1] _y -> y-
[weak=1] ~_y -> y+
[weak=1] _y => y-
}
sizing {
leak_adjust <- 1;
@ -576,13 +574,6 @@ namespace tmpl {
}
}
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)
{
prs{