Guest
How to implement <signal>'transaction which is there in VHDL can be
implemented in verilog HDL?
implemented in verilog HDL?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For the 0->1 transistion: @(posedge <signal>How to implement <signal>'transaction which is there in VHDL can be
implemented in verilog HDL?
This might work in simple cases, but you need to be careful.On Oct 31, 2:22 pm, vishnuprasa...@gmail.com wrote:
How to implement <signal>'transaction which is there in VHDL can be
implemented in verilog HDL?
For the 0->1 transistion: @(posedge <signal>
For the 1->0 transistion: @(negedge <signal>
There is no equivalent. The 'transaction can detect assignments whichHow to implement <signal>'transaction which is there in VHDL can be
implemented in verilog HDL?