Complete the sensitivity list for process comb3 with all the necessary signals!

Status
Not open for further replies.

vishal_sonam

Full Member level 3
Joined
Jan 19, 2012
Messages
187
Helped
14
Reputation
28
Reaction score
14
Trophy points
1,298
Visit site
Activity points
2,457
signal: A, B, X, Y, Z : bit;
comb3: process (......................)
begin
A <= X xor Y;
B <= Y and Z;
Z <= X nor Y;
end process;
 

Bad Tricky, bad Tricky, You gave away the answer to problem number xyz on their homework assignment ;-).
 

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