Compare commits

..

No commits in common. "432ea397d11e256c07667ff5da62cb53dd915386" and "a5a378fe6c70042be2d18a4568d2f3ce37c4605f" have entirely different histories.

View File

@ -669,10 +669,10 @@ namespace tmpl {
} }
export export
defproc A_1P_U_X4(bool? p1; bool! y; bool? vdd, vss) defproc A_1P_U_X4(bool? a; bool! y; bool? vdd, vss)
{ {
prs{ prs{
[keeper=0] ~p1 -> y+ [keeper=0] ~a -> y+
} }
} }