yushionly
Junior Member level 2

hi~
when i synthesis the code below,it tells me that "!==" is not synthesisable,how can i change it?
thanks
for (n=0; n<addr_width; n=n+1)
begin
LATCHED_A[n] = (NOT_A[n]!==LAST_NOT_A[n]) ? 1'bx : LATCHED_A[n] ;
end
when i synthesis the code below,it tells me that "!==" is not synthesisable,how can i change it?
thanks
for (n=0; n<addr_width; n=n+1)
begin
LATCHED_A[n] = (NOT_A[n]!==LAST_NOT_A[n]) ? 1'bx : LATCHED_A[n] ;
end