Forum Discussion
Altera_Forum
Honored Contributor
15 years agotry these commands in the modelsim command window:
vcom filename.vhd (compile vhdl file)
restart
run (x ns/ -all)
This will recompile the source. When you restart it reloads the recompiled files.