PPT Slide
Primeri procesne naredbe i naredbe ~ekanja :
And_process : process
begin
wait on A, B until Enable = ‘1’;
T <= transport A and B;
end process;
Or_process : process (In1, In2)
begin
Output <= In1 or In2;
-- wait on In1, In2;
end process;
Previous slide
Next slide
Back to first slide
View graphic version