Tajwar
Newbie level 6
- Joined
- May 19, 2013
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,404
HEllo all,
How can i use output of a shifted clock as a clock input for a new combinational logic??? Im trying to use the 90 degree shifted clock as a clk input for any other logic??
always@(posedge 90clk)
begin
---
---
end
if i do so then my output is unknown. if any1 could help me ??
How can i use output of a shifted clock as a clock input for a new combinational logic??? Im trying to use the 90 degree shifted clock as a clk input for any other logic??
always@(posedge 90clk)
begin
---
---
end
if i do so then my output is unknown. if any1 could help me ??