Declaration hides port port_name / Port port_name hidden by

M

Merciadri Luca

Guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

When copiling a .vhd that I wrote these days, I get no errors with
GHDL, but warnings such as `Declaration hides port port_name' and
`Port port_name hidden by declaration in architecture.'

Any idea of what it could be caused by?

Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --

Remember, no one can make you feel inferior, without your consent.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkzP+NkACgkQM0LLzLt8MhwergCgpxHce968uKHS36nnqCMUnY5p
5JkAnigx13WO2FsE9eUP8Agkm8Vkuav4
=8Qmi
-----END PGP SIGNATURE-----
 
On Nov 2, 6:41 am, Merciadri Luca <Luca.Mercia...@student.ulg.ac.be>
wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

When copiling a .vhd that I wrote these days, I get no errors with
GHDL, but warnings such as `Declaration hides port port_name' and
`Port port_name hidden by declaration in architecture.'

Any idea of what it could be caused by?

Thanks.
- --
Merciadri Luca
Seehttp://www.student.montefiore.ulg.ac.be/~merciadri/
- --

Remember, no one can make you feel inferior, without your consent.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkzP+NkACgkQM0LLzLt8MhwergCgpxHce968uKHS36nnqCMUnY5p
5JkAnigx13WO2FsE9eUP8Agkm8Vkuav4
=8Qmi
-----END PGP SIGNATURE-----
You have probably declared a signal in the architecture with the same
name as a port on the entity. Thus you have no way to access the port
from within the architecture.

Andy
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andy <jonesandy@comcast.net> writes:

On Nov 2, 6:41 am, Merciadri Luca <Luca.Mercia...@student.ulg.ac.be
wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

When copiling a .vhd that I wrote these days, I get no errors with
GHDL, but warnings such as `Declaration hides port port_name' and
`Port port_name hidden by declaration in architecture.'

Any idea of what it could be caused by?

Thanks.
- --
Merciadri Luca
Seehttp://www.student.montefiore.ulg.ac.be/~merciadri/
- --

Remember, no one can make you feel inferior, without your consent.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkzP+NkACgkQM0LLzLt8MhwergCgpxHce968uKHS36nnqCMUnY5p
5JkAnigx13WO2FsE9eUP8Agkm8Vkuav4
=8Qmi
-----END PGP SIGNATURE-----

You have probably declared a signal in the architecture with the same
name as a port on the entity. Thus you have no way to access the port
from within the architecture.
Exactly. Thanks!

- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --

God is a comedian playing to an audience too afraid to laugh. (Voltaire)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkzQc1kACgkQM0LLzLt8MhyHPgCeLPBh8u6c+v0GRm0z7A0lWHLW
GrcAn2IKdzGp5VGnXmTD8bsBjVFFU0uA
=Yx7q
-----END PGP SIGNATURE-----
 

Welcome to EDABoard.com

Sponsor

Back
Top