Page 1 of 1

Verilogg with TextPad

Posted: Wed Apr 09, 2008 12:28 pm
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)

Posted: Wed May 14, 2008 5:29 pm
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.