Help me design a delta cycle for these outputs

Status
Not open for further replies.

seemagoyal44

Member level 1
Joined
Oct 20, 2007
Messages
39
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,535
write delta cycle for each output of following code;;;;

architecture delta_bev of delta is
begin
z<=not y;
y<=w or x;
x<=u or v;
w<=u and v;
v<=c or d;
u<=a and b;
end delta
 

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