Question: Draw the simplest logic circuit that corresponds to code given below: Which library package needs to be added for the given code? Library....... Entity test

Draw the simplest logic circuit that corresponds to code given below:
Which library package needs to be added for the given code?
Library.......
Entity test is (R1,2,E,Do_ it:in std _logic;
Z1,Z2: out std _logic);
End test;
Architecture behave of test is
Begin
Process(do it)
If(do_it'event and do _it='1')
Then if(E='1')
Z1< R1;
Z2<= R2;
End if;
End if;
End behave;

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 Electrical Engineering Questions!