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?
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.