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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -