0

How can i compile the vhdl design files using NppExec plugin in notepad++. I am using ModelSim software to compile the files, is there a script to compile the vhdl files externally without opening modelsim, so that i can go on writing the code and compiling it. After completely written code, i will simulate the code later.

Modelsim> vcom -93 Test1.vhd

we can simulate in modelsim, using this command. But externally possible to run some script to compile without opening modelsim.

Chandra Sekhar K
  • 187
  • 6
  • 17
  • have you looked at this question http://stackoverflow.com/questions/2506400/how-compile-and-run-c-files-from-within-notepad-using-nppexec-plugin ? – RBA Mar 10 '14 at 16:52
  • yes, i am asking the script how to compile "Test1.vhd" code in Notepad++ using NppExec plugin. I want the script to compile the script using modelsim externally. – Chandra Sekhar K Mar 10 '14 at 17:20
  • Being mildly curious I downloaded Wine/Wineholder and installing notepad++ then installing NppExec, under Plugins => NppExec => Help/Manual, 5.0 Other -> NppExec_Guide (plain text) there's a bit of expansion on how to support tools in the vein you'd like to support Modelsim's vcom. The process appears only moderately involved, the problem is seeing the process all in one place which this appears to involve. I'd suspect you wouldn't need to alter the error and warning pointer bits much from those described for instance. I don't have ready access to Modelsim's tools. –  Mar 11 '14 at 02:12

0 Answers0