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 agoAn alias can be placed anywhere. So an alias to a signal can be declared in a architecture, process, procedure or any other declarative region.
Because you must declare them after the entity declaration, you are basically forced to declare them inside processes.