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.