Re: [Doxygen-users] vhdlflow command

2013-01-29 Thread vikesh rambaran
Hi On Tue, Jan 29, 2013 at 11:00 AM, mkk wrote: > 1. don't make comments which are starting with --! inside sequential > statements ! > 2. if you make some comments inside your vhdlflow example try this: > > PROC_TEST_FLOW : process (p_Clk) > --# PROC_TEST_FLOW ... > --# p_Clk -> clock >

Re: [Doxygen-users] vhdlflow command

2013-01-29 Thread mkk
1. don't make comments which are starting with --! inside sequential statements ! 2. if you make some comments inside your vhdlflow example try this: PROC_TEST_FLOW : process (p_Clk) --# PROC_TEST_FLOW ... --# p_Clk -> clock begin --# Reset all signals and variables to safe condition

[Doxygen-users] vhdlflow command

2013-01-28 Thread vikesh rambaran
Hi Is it possible to configure the \vdhlflow command to only include conditional statements and associated comments instead of all the code as well. For the simple example below, the reset case includes the following two lines in the diagram s_t_MpxState <= t_MpxIdle; v_DataTransaction := '1';