Return to Support Page
 homesearchagentssupportask xilinxmap

Answers Database


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


Record #2877

Product Family:  Software

Product Line:  ViewLogic

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



Problem Description:
Keywords: Viewlogic, ViewSim, ViewTrace, command file, vector, wfm

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

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

© 1998 Xilinx, Inc. All rights reserved
Trademarks and Patents