
 process(PHI_1,A)
        begin
                if(PHI_1 = T1U) then
                        Z <= A;
                end if;
 end process;


