forgot proc in defproc
This commit is contained in:
@@ -538,7 +538,7 @@ namespace tmpl {
|
||||
}
|
||||
}
|
||||
|
||||
def A_2C2P_RB_X1(bool! y;bool? c1,c2,p1,p2,reset_B,vdd,vss){
|
||||
defproc A_2C2P_RB_X1(bool! y;bool? c1,c2,p1,p2,reset_B,vdd,vss){
|
||||
bool _y;
|
||||
prs{
|
||||
(~p1 & ~p2 & ~c1 & ~c2)|~reset_B -> _y+
|
||||
@@ -548,8 +548,6 @@ namespace tmpl {
|
||||
sizing {leak_adjust <- 1;
|
||||
p_n_mode <- 1;
|
||||
y {-1}; _y{-1} }
|
||||
|
||||
|
||||
}
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user