Verilogg with TextPad

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
SARAJKO
Posts: 2
Joined: Wed Apr 09, 2008 12:20 pm

Verilogg with TextPad

Post by SARAJKO »

Hello to everybody!

Does anyone know,how to get compiling output from Verilogg code in TextPad editor?
When i am done with Verilog code writing in Textpad I would like to hit "Run"(some key shortcat) and get compiling output in TextPad editor instead in Verilog editor?

I know that this can bee done, because i have already seen that, but I forget how that has to be done?

Thank you....:)

Studnet from Austria (Graz)
User avatar
Cloink
Posts: 81
Joined: Thu Sep 09, 2004 1:44 pm

Post by Cloink »

You must set up a 'Tool' under Configure > Preferences.

The Tool must call an executable command and 'Capture Output' [an option for the Tool].

Set the 'Regular expression to match output' accordingly for your compiler statements, and select the appropriate 'Register' (the 1st/2nd/etc parenthesised sub-expression) to tell TextPad which line to find in the source-file when you double-click the compile-error line.

Refer to Textpad's own help, this is how I learnt to do it. Select the Help button when you are at the Configure > Preferences > Tools dialogue.
Post Reply