fixed pull up/down naming convention

This commit is contained in:
Greatorex 2022-04-12 10:24:39 +02:00
parent 4b7179768f
commit aea3bcae6e
1 changed files with 2 additions and 2 deletions

View File

@ -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+
} }
} }