I want to compile the Xilinx Vivado simulation primitives for QuestaSim (ModelSim). The documentation lists a TCL command, but I would like to use a common shell command like the old one for ISE:
<ISEDirectory>\bin\nt64\compxlib.exe -family all - language all -library all -simulator questa ....
As far as I can see, the TCL command should be entered in the Vivado GUI.
How can I run the compilation from an user defined PowerShell or Bash script?