GNOME Bugzilla – Bug 600525
VHDL: Feature Requests in 'design unit hierarchy'
Last modified: 2010-02-21 12:57:41 UTC
1) Would it be possible to change behaviour when displaying the 'design unit hierarchy' in vhdl? Currently it is: o <architecture-name> o <entity-name> but it would make more sense to change this into o <entity-name> o <architecture-name> since the architecture defines the behaviour of the entity. a short example would be > entity enti is > end enti; > architecture arch of enti is > begin > end arch; 2) The 'design unit hierarchy' view has a bug in the display of packages in my opinion, they aren't shown together. It looks like o <package-name> o <package-body-name> but should look like this, I think o <package-name> o <package-body-name> example: > package pkg is > end pkg; > package body pkg_body is > end package body pkg_body;
This patch should fix this bug. The patch is against the current SVN. -Packages are not shown in Class Hierachy. -In <Inheritance diagram> the color for architectures is now "khaki" -In <Design Unit List> the type of each Design Unit is displayed package body alu_pack package body std_logic_1164 package alu_pack entity clock_divider architecture behavioral_clockdivider
Created attachment 154134 [details] patch for this bug patch against the current SVN
Created attachment 154136 [details] patch patch against the current SVN
Thanks Martin, I'll include your patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.