while converting from verilog to VHDL which will be converted as signals which will be converted as variables????or
is it totally depend on the design????:?:
Yes, its all about the behavioural description. Signals behave like non-block assignments in Verilog and Variables like blocking.
A signal can become a register, but so can a variable. It all depends on usage.