Added stuff for line end pull U/D

This commit is contained in:
2022-03-04 12:33:49 +01:00
parent 0e9f2ae506
commit 1abcc9dc55
7 changed files with 843 additions and 0 deletions

View File

@@ -524,6 +524,19 @@ namespace tmpl {
mk_excllo(_y1, _y2)
}
}
defproc PULLDOWN_X4(bool? a; bool! y; bool? vdd, vss)
{
prs{
[keeper=0] a -> y-
}
}
defproc PULLUP_X4(bool? a; bool! y; bool? vdd, vss)
{
prs{
[keeper=0] ~a -> y+
}
}
}}