Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

vhdl assertion question

Status
Not open for further replies.

ricl

Newbie level 1
Joined
Sep 13, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
I have this assertion statement:
...
begin
assert (data_out = expect);
report "data mismatch"
severity error;
...
my understanding is, only when data_out not equal to expect, the message "data mismatch" will display
I checked that data_out and expect are same, but I always see this message printed.
If I change expect to a wrong value, it reports "assertion violation" and print out "data mismatch" message. With the right value, only "data mismatch" message, no "assertion violation" message.

Anybody has an idea?
Thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top