Creating a VHDL Source (создание файла, содержащего текст программы на языке VHDL)
Create a VHDL source file for the project as follows:
Click the New Source button in the New Project Wizard.
Select VHDL Module as the source type.
Type in the file name counter.
Verify that the Add to project checkbox is selected.
Click Next.
Declare the ports for the counter design by filling in the port information as shown
below:
Define Module (модуль определений).
The source file containing the entity/architecture pair displays in the Workspace, and the
Counter displays in the Source tab, as shown below
Файл, содержащий текст программы, содержит информацию о entity (объект – описание интерфейса/architecture (архитектура – описание модели) языка VHDL, отображается в рабочей области (Workspace), а счетчик – отображается в таблице источника (Source tab):
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Поиск по сайту:
|