Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > vhdl and ultraedit

Reply
Thread Tools

vhdl and ultraedit

 
 
mans
Guest
Posts: n/a
 
      04-23-2007
Hello,
I decided to test UltraEdit to see how good is it in reformatting a
VHDL code and indenting smartly. To do this I installed ultraedit and I did
a test by asking UE to reformat this code for me:


process (Rst)
begin
if clk='1' then

if Rst='1' then system_state <= wait_for_input;

end if;
end if;
end process;

and I got this:

process (Rst) begin if clk='1' then

if Rst='1' then system_state <= wait_for_input;

end if; end if; end process;

which I think is not a good reformatting.

My question is:

Can UE reformat VHDL code and doing the smart indentation on it?
Is the result that I am getting correct?
Am I missing anything?
My search on the web showed that I should get a new file for this, Am I
right? Where can I get it?

Regards



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: vhdl and ultraedit Andy VHDL 2 10-09-2009 05:20 PM
VS2008 press F5 opens aspx page in UltraEdit not browser? Les Caudle ASP .Net 1 11-11-2008 02:54 AM
UltraEdit and Python gregory diaczok Python 4 06-09-2006 07:28 PM
Use UltraEdit run Python cn.popeye Python 0 02-24-2006 05:28 AM
python tool for ultraedit Mark S Pryor Python 0 01-21-2004 07:32 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57