Answers Database
2.1i Foundation Logic Simulator: How to use the "check" macro on busses?
Record #8162
Product Family: Software
Product Line: Aldec
Product Part: Foundation Logic Simulator
Product Version: 2.1s3
Problem Title:
2.1i Foundation Logic Simulator: How to use the "check" macro on busses?
Problem Description:
Urgency: Standard
General Description:
How to use the "check" macro on busses?
The following does not work:
vector DATA DATA[7:0]
check DATA "zzzzzzzz"
Incorrect state value
The same error comes up with:
check DATA zzzzzzzz
Solution 1:
The correct syntax is:
vector DATA DATA[7:0]
check DATA z
In order to check individual bits, you must use individual commands:
check DATA0 z
check DATA1 z
...
check DATA7 z
End of Record #8162 - Last Modified: 12/06/99 11:11 |