Customize the source file for the counter design by replacing the port and signal name
placeholders with the actual ones as follows:
Замените в файле текста программы для Вашего счетчика имеющиеся в шаблоне имена портов и сигналов на следующие:
♦ replace all occurrences of <clock> with CLOCK (<clock> CLOCK)
♦ replace all occurrences of <count_direction> with DIRECTION (<count_direction> DIRECTION
♦ replace all occurrences of <count> with count_int (<count> count_int)
3. Add the following line below the end process; statement:
Добавьте следующую строку ниже оператора end process:
COUNT_OUT <= count_int;
4. Save the file by selecting File → Save (сохранить файл: File → Save).
When you are finished, the counter source file will look like the following: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Поиск по сайту:
|