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