Перейти к содержанию
    

HDLCompiler:104

При попытке синтезировать проект с коркой AXI Direct Memory Access вылетает следующее:

 

ERROR:HDLCompiler:104 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 76: Cannot find <axi_dma> in library <axi_dma_v4_00_a>. Please ensure that the library was compiled, and that a library and a use clause are present in the VHDL file.
Parsing entity <dma>.
ERROR:HDLCompiler:854 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 78: Unit <dma> ignored due to previous errors.
Parsing architecture <spartan6> of entity <dma>.
ERROR:HDLCompiler:374 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 189: Entity <dma> is not yet compiled.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 193: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 194: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 195: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 196: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 197: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 198: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 199: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 200: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 201: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 202: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 203: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 204: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 205: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 206: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 207: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 208: <integer> is not declared.

 

На сайте ксайлинска советуют: http://www.xilinx.com/support/answers/41727.htm

Пытаюсь добавить файлы, но всё равно не получается, ISE пишет, что такие файлы уже включены.

 

Среда ISE 13.2.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

>To work around this issue, the library files must be included in the current project and compiled again.

>and compiled again

Последнее требование вы выполнили?

 

При попытке синтезировать проект с коркой AXI Direct Memory Access вылетает следующее:

 

ERROR:HDLCompiler:104 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 76: Cannot find <axi_dma> in library <axi_dma_v4_00_a>. Please ensure that the library was compiled, and that a library and a use clause are present in the VHDL file.
Parsing entity <dma>.
ERROR:HDLCompiler:854 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 78: Unit <dma> ignored due to previous errors.
Parsing architecture <spartan6> of entity <dma>.
ERROR:HDLCompiler:374 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 189: Entity <dma> is not yet compiled.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 193: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 194: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 195: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 196: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 197: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 198: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 199: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 200: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 201: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 202: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 203: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 204: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 205: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 206: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 207: <integer> is not declared.
ERROR:HDLCompiler:69 - " \dma_test\ipcore_dir\dma_synth.vhd" Line 208: <integer> is not declared.

 

На сайте ксайлинска советуют: http://www.xilinx.com/support/answers/41727.htm

Пытаюсь добавить файлы, но всё равно не получается, ISE пишет, что такие файлы уже включены.

 

Среда ISE 13.2.

Изменено пользователем imperman

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

>To work around this issue, the library files must be included in the current project and compiled again.

>and compiled again

Последнее требование вы выполнили?

 

Да, проблема решилась. Но только после того как удалил из проекта корку AXI DMA (сам файл .xco), до этого библиотечные файлы не получалось включить в проект.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

×
×
  • Создать...