I have a modelsim project file (*.mpf), where it lists all the HDL files, and it provides a "compile_order" for each file. So, when I load the (.mpf) file, I can see that each one of my HDL files have a compoile_order number next to it. So far so good.
Now, on the GUI, I can run "compile all", and it will compile all my files in correct order, since the orders are already pre-determined.
I want to know that what is the tcl command line that is equivalent to the "compile all" in the GUI?
In other words, I want to be able to type a command and it compiles all the files, rather than I do "compile all" through the GUI.