what is the analogue of always(*) in vhdl?

Status
Not open for further replies.

sandy.vb

Newbie level 5
Joined
Mar 3, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
India
Activity points
1,339
wildcard in vhdl

hi

what is the analogue of always(*) in vhdl? (i mean just as we write always (*) in verilog, what should we write inside the brackets in process() in vhdl? or is it that we must manually write all the signals involved inside the process block?)

thanks in advance.
 

Re: wildcard in vhdl

Hi,

process(all).

However this feature was introduced in VHDL-2008. In VHDL-87 en -93 you have to write out all signals. So you have to figure out that your simulator and synthesis tool supports this feature of VHDL-2008.

Devas
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…