你说你的目标是斯巴达6,但这一行在这里:
'program_rom / ram_1k_generate.v6.kcpsm6_rom'
看起来很可疑,因为它试图瞄准Virtex 6。
果然,检查相应的库指南,RAMB18E1不是Spartan 6原语,而是Virtex 6原语。
难怪,你得到一个NgdBuild错误。
您应该检查所有设置,并确保实际上是以Spartan 6为目标。
问候,
霍华德
----------“我们必须学会做的事情,我们从实践中学习。”
- 亚里士多德
以上来自于谷歌翻译
以下为原文
You say you are targeting a Spartan 6 but this line here:
'program_rom/ram_1k_generate.
v6.kcpsm6_rom'
looks suspiciously like it is trying to target a
Virtex 6.
Sure enough, checking the respective libraries guide, RAMB18E1 is not a Spartan 6 primitive but a Virtex 6 one. Small wonder, then, that you get an NgdBuild error.
You should check all of your settings and ensure that you are actually targeting a Spartan 6.
Regards,
Howard
----------
"That which we must learn to do, we learn by doing." - Aristotle
你说你的目标是斯巴达6,但这一行在这里:
'program_rom / ram_1k_generate.v6.kcpsm6_rom'
看起来很可疑,因为它试图瞄准Virtex 6。
果然,检查相应的库指南,RAMB18E1不是Spartan 6原语,而是Virtex 6原语。
难怪,你得到一个NgdBuild错误。
您应该检查所有设置,并确保实际上是以Spartan 6为目标。
问候,
霍华德
----------“我们必须学会做的事情,我们从实践中学习。”
- 亚里士多德
以上来自于谷歌翻译
以下为原文
You say you are targeting a Spartan 6 but this line here:
'program_rom/ram_1k_generate.
v6.kcpsm6_rom'
looks suspiciously like it is trying to target a
Virtex 6.
Sure enough, checking the respective libraries guide, RAMB18E1 is not a Spartan 6 primitive but a Virtex 6 one. Small wonder, then, that you get an NgdBuild error.
You should check all of your settings and ensure that you are actually targeting a Spartan 6.
Regards,
Howard
----------
"That which we must learn to do, we learn by doing." - Aristotle
举报