TestVectors: process
begin
A <= "0000";
B <= "0000";
wait for 10 NS;
A <= "1111";
wait for 10 NS;
B <= "1111";
wait for 10 NS;
A <= "0101";
B <= "1010";
wait;
end process;
Reference
This blog post contains notes taken when working through the Doulos Pacemaker tutorial. Any content copied from the tutorial has been reproduced with permission. http://www.doulos.com.
No comments:
Post a Comment