verilog to vhdl conversion?????

Status
Not open for further replies.

me0414013

Junior Member level 3
Joined
Aug 30, 2012
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
ongole
Activity points
1,504
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????:?:
 

in vhdl signals are the intermediate connections between the gates and modules. these signals are defined as wires in verilog
 

thanks
what about registers, how to interpret that which will be converted as signals or variables????
 

registers are nothing but wires but we use them in behavioral description only
 
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.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…