2 the following piece of code can be found inside process in
2) the following piece of code can be found inside process in VHDL. Write an equivalent piece of code( should perform the same exact job) that can be written outside a process.
if x= \'1\' then
Z<= \"000\";
else
Z<= \"101\";
end if;
Solution
1= X1,Y1,X0
2= 01010
