Compare commits
No commits in common. "4cbe8cb3d1e9944d01c280da4992d8c4ff42d696" and "44f0cd871d34ee5be6a6d3af6ff8eea769bfcb38" have entirely different histories.
4cbe8cb3d1
...
44f0cd871d
@ -30,9 +30,7 @@ namespace tmpl {
|
||||
bool _y;
|
||||
prs{
|
||||
y => _y-
|
||||
[weak=1] _y -> y-
|
||||
[weak=1] ~_y -> y+
|
||||
|
||||
[weak=1] _y => y-
|
||||
}
|
||||
sizing {
|
||||
leak_adjust <- 1;
|
||||
@ -575,13 +573,6 @@ namespace tmpl {
|
||||
[keeper=0] a -> y-
|
||||
}
|
||||
}
|
||||
|
||||
defproc PULLDOWN2_X4(bool? a, b; bool! y; bool? vdd, vss)
|
||||
{
|
||||
prs{
|
||||
[keeper=0] a & b -> y-
|
||||
}
|
||||
}
|
||||
|
||||
defproc PULLUP_X4(bool? a; bool! y; bool? vdd, vss)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user