Answers Database


Viewsim/Viewtrace: vector is specified in command file and wfm statement but shows up as XXXX in Viewtrace


Record #2877

Product Family: Software

Product Line: ViewLogic

Product Part: viewsim

Product Version: 7.5

Problem Title:
Viewsim/Viewtrace: vector is specified in command file and wfm statement but shows up as XXXX in Viewtrace



Problem Description:
Urgency: Standard

shows up as XXXX in ViewTrace.


Solution 1:

Check the command file, (filename).cmd, and make sure the vector in question
has been declared before the wfm command:

Bad example:

wfm bus @0=0   +
    @500ns=F/H +
   @1000ns=E/H +
   @1500ns=C/H +
   @2000ns=E/H +
      etc...

vector bus bus[3:0]


Good example:

vector bus bus[3:0]

wfm bus @0=0 +
     @500ns=F/H +
    @1000ns=E/H +
    @1500ns=C/H +
    @2000ns=E/H +
       etc...




End of Record #2877 - Last Modified: 11/25/97 15:07

For the latest news, design tips, and patch information on the Xilinx design environment, check out the Technical Tips!