你好,
我正在尝试在Coolrunner2系列CPLD上实现一个系统。
该系统通过不同的输入进行控制。
其中一个编码为2个字节,在翻译期间被删除。
[警告]:Cpld:1007 - 删除未使用的输入'my_input'。
该
优化后输入未使用。
请通过验证功能
模拟。
[警告]:Cpld:1007 - 删除未使用的输入'my_input'。
该
优化后输入未使用。
请通过验证功能
模拟。
行为模拟显示此输入是必需的。
如果删除它,大多数输出都不会改变。
我无法运行拟合后模拟,因为Modelsim要求删除输入:
#**警告:[1] rota
tiv_bench.vhd(47):没有组件'rotative_box'的默认绑定。
(端口'my_input'不在实体上。)
更令人奇怪的是,我在一个进程的敏感列表中使用此输入。
此外,如果我尝试约束.UCF文件中“my_input”的位置,则转换不会完成:
错误:NgdBuild:755 - 'rotativ_const.ucf'中的第1行:找不到网络
错误:NgdBuild:755 - 'rotativ_const.ucf'中的第2行:找不到网络
如果有人有想法,任何帮助都会受到赞赏。
谢谢。
以上来自于谷歌翻译
以下为原文
Hello,
I am trying to implement a system on a Coolrunner2 family CPLD. This system is controled through different inputs. One of them, coded on 2 bytes, is removed during the translation.
[Warning]:Cpld:1007 - Removing unused input(s) 'my_input<0>'. The input(s) are unused after optimization. Please verify functionality via simulation.
[Warning]:Cpld:1007 - Removing unused input(s) 'my_input<1>'. The input(s) are unused after optimization. Please verify functionality via simulation.
The behavioral simulation shows that this input is required. If it is removed, most of the ouputs do not change.
I could not run post-fit simulation, because Modelsim asked for the removed input :
# ** Warning: [1] rotativ_bench.vhd(47): No default binding for component 'rotative_box'. (Port 'my_input' is not on the entity.)
It is even more strange that I use this input in the sensitive list of a process.
Moreover, if i try to constraint location for 'my_input' in a .UCF file, the translation does not complete :
ERROR:NgdBuild:755 - Line 1 in 'rotativ_const.ucf': Could not find net(s)
ERROR:NgdBuild:755 - Line 2 in 'rotativ_const.ucf': Could not find net(s)
If someone has an idea, any help would be apprecitated. Thanks.