I am trying to verify my design in Questasim and the design is in VHDL. I am using Makefile. The command is
vcom -93 -work $(work) $(RTL) $(SVTB1) $(SVTB)
It is invoking VHDL compiler, but it is not displaying the master_driver signals.
Can anybody tell the solution?