fixed pull up/down naming convention
This commit is contained in:
parent
4b7179768f
commit
aea3bcae6e
|
@ -669,10 +669,10 @@ namespace tmpl {
|
|||
}
|
||||
|
||||
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{
|
||||
[keeper=0] ~a -> y+
|
||||
[keeper=0] ~p1 -> y+
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue