forgot proc in defproc

This commit is contained in:
Michele
2022-03-04 19:04:11 +01:00
parent 72ec59cbcf
commit b5fa707c4e
2 changed files with 10 additions and 11 deletions

View File

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