1

In Modelsim there is a "compile all" button that compiles all the files in the project so that they can be simulated. But when the button is pressed it doesn't show what those commands are?

What are the commands to enter in the terminal to do the same thing?

jlf
  • 3,461
  • 2
  • 18
  • 14
node ninja
  • 31,796
  • 59
  • 166
  • 254

1 Answers1

1

Not quite the answer to your question, but you can use vmake to make a Makefile and then use ordinary make to compile everything. I'll be honest, I never use the Modelsim GUI except to type commands in and set up wave windows. I hardly ever click anything on the toolbars/menus!

Martin Thompson
  • 16,395
  • 1
  • 38
  • 56