Compare commits

...

2 Commits

Author SHA1 Message Date
432ea397d1 Merge remote-tracking branch 'origin/dev' into dev 2022-04-12 10:24:44 +02:00
aea3bcae6e fixed pull up/down naming convention 2022-04-12 10:24:39 +02:00

View File

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