Forum Discussion
Altera_Forum
Honored Contributor
8 years ago[VHDL] alias usage for referencing of the hierarchical signals
Hi All, I'm receiving the following error message while my VHDL code compilation (actually the compilation has passed, this error appears during load_design): # ** Warning: (vsim-8523) C...
Altera_Forum
Honored Contributor
8 years agoAs far as I know, an alias is another name for a vhdl signal in the same entity, you create an alias for a signal based on the hierarchy. The compiler only knows the path to a signal after it has elaborated your design, hence the error.