Another Way Specify Counter Using Register Adding 1 Value Accomplished Using Following Vhd Q37208463

Another way to specify a counter is by using a register andadding 1 to its value. This can be accomplished using the followingVHDL statement:

Q <= Q + 1;

Compile a 4-bit version of this counter and determine the numberof Logic Elements (LE) needed. Use the RTL Viewer to see thestructure of this implementation and comment on the differenceswith the design from Part I.


Answer


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.