How to compile vhdl files using notepad++ (NppExec plugin)..? -
how can compile vhdl design files using nppexec plugin in notepad++. using modelsim software compile files, there script compile vhdl files externally without opening modelsim, can go on writing code , compiling it. after written code, simulate code later.
modelsim> vcom -93 test1.vhd we can simulate in modelsim, using command. externally possible run script compile without opening modelsim.
Comments
Post a Comment