nervecell_23
Member level 1
- Joined
- Apr 26, 2013
- Messages
- 38
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,565
Hi guys,
I want to set a signal HIGH for only one clock cycle at the rising edge of another signal, can I use the following code?
Thanks!
I want to set a signal HIGH for only one clock cycle at the rising edge of another signal, can I use the following code?
Code:
always@((posedge clk)&&(posedge SIGNAL))
begin
.......
end
Thanks!