PPT Slide
Primer za uporednu naredbu dodeljivanja signalu
architecture Almoost_S of Substractor is
begin
process
begin
Out1 <= In2 - In1 after 8ns;
wait on In1, In2;
end process;
end Almost_S;
achitecture Simplest of Substactor is
begin
Out1 <= In2 - In1 after 8ns;
end Simplest;
Previous slide
Next slide
Back to first slide
View graphic version