Write the VHDL code for parameterized up and down the counter. - Use a generic statement to change the size of the count
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write the VHDL code for parameterized up and down the counter. - Use a generic statement to change the size of the count
statement to change the size of the counter, call the generic value COUNTERE_SIZE, and for this homework set it to 8. - Use a port called clear_counter to clear the counter and set the output to all zeros. Use an input port called UP_or_DOWN for 'O' the counter will count up and for '1' it will count down.
Write the VHDL code for parameterized up and down the counter. - Use a generic