Compare commits
2 Commits
a5a378fe6c
...
432ea397d1
Author | SHA1 | Date | |
---|---|---|---|
432ea397d1 | |||
aea3bcae6e |
@ -669,10 +669,10 @@ namespace tmpl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export
|
export
|
||||||
defproc A_1P_U_X4(bool? a; bool! y; bool? vdd, vss)
|
defproc A_1P_U_X4(bool? p1; bool! y; bool? vdd, vss)
|
||||||
{
|
{
|
||||||
prs{
|
prs{
|
||||||
[keeper=0] ~a -> y+
|
[keeper=0] ~p1 -> y+
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user