Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Hi Akshay,
You can tell the eda netlist write to maintain the hierarchy but the signal names will be weird anyhow. Use Assignments > EDA Tools Settings... > Simulation > EDA Netlist Write options > More Settings > Maintain hierarchy. Harald - Altera_Forum
Honored Contributor
Harad's solution will still produce weird names, as said. The only workaround I know to get meangful signal names is to put the interesting signals on ports and propagate them up.
- Altera_Forum
Honored Contributor
thank you for your responses.....
so does these signal have to be routed to the ports of the top most module? cause i cannot see the port name of even intermediate level modules? - Altera_Forum
Honored Contributor
Yes, to the top.
- Altera_Forum
Honored Contributor
If you are using VHDL you can often label ifs, cases, processes, etc with a nice friendly descriptive name and then look for that name in the search and find your signals. Hope this helps a little.