Exercise3 Cullyscience
Exercise3 Cullyscience
1. Draw the circuit that would result from synthesis of the following VHDL codes shown in the
listings below.
Page 1 of 2
2. Show how the following VHDL code would be synthesized:
entity syn_ex is
port (a: in integer range 0 to 3;
b: out bit);
end syn_ex;
Page 2 of 2