Compare commits
No commits in common. "432ea397d11e256c07667ff5da62cb53dd915386" and "a5a378fe6c70042be2d18a4568d2f3ce37c4605f" have entirely different histories.
432ea397d1
...
a5a378fe6c
@ -669,10 +669,10 @@ namespace tmpl {
|
||||
}
|
||||
|
||||
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{
|
||||
[keeper=0] ~p1 -> y+
|
||||
[keeper=0] ~a -> y+
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user