I used x signal as one of the input signal in one verilog module, but during instantiation I used this signal as wire signal. But in top module, x is as wire signal. Can I give x signal as input signal and do simulation?
I tried like this, but its showing that x is not i/o port in top module.
I want to give signal to x port and check for some output port which is also wire signal in top module, is it possible in verilog simulation?