Question: In the following VHDL code, A , B , C , and D are integers that are 0 at time 1 0 n s .

In the following VHDL code, A,B,C, and D are integers that are 0 at time 10ns. If D changes to 1 at 20ns, specify the times at which A,B, and C will change and the values they will take. [ marks]
process(D)
begin
A1 after 5ns
BA+1;- executes before A changes
CB after 10ns;-- executes before B changes
end process;
\table[[Time (ns),trigger,A,B,C],[10,0,0,0,0],[20,1,0,0,0],[,1,,,],[,1,,,],[,1,,,]]
 In the following VHDL code, A,B,C, and D are integers that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!