相关疑难解决方法(0)

为什么在将VHDL组件在其他体系结构中实例化之前需要重新声明它们?

自从我的第一个VHDL课程以来,我一直在摸不着头脑,并决定在这里发布我的问题.

Given that I have a declared entity (and also an architecture of it) and want to instantiate it inside another architecture, why is it that I seemingly have to redeclare the "entity" (component) inside this containing architecture before instantiating it?

Isn't the compiler smart enough to match an instantiation to its architecture just by its name? Where is the need for the component declaration?

vhdl

7
推荐指数
1
解决办法
2242
查看次数

标签 统计

vhdl ×1