Learnt that === operator is non synthesizable.
I have a situation to write RTL code where it detects ‘x’ on a bus and replaces it with ‘0’.
Do not comprehend to achieve it without using === operator. Can someone help by providing synthesizable code to do the same.