Bug in verification_top method [TRUSS version 1.20a]

in

A simple mistake was introduced in version 1.20a of truss. In the verification_top module the error limit object now is new'ed before the shutdown object. This makes the error limit object gets an uninitialized pointer. This in turn makes the simulation crash when the error threshold is reached (as the simulation is trying to exit).

The problem has been identifed and fixed, a new version of truss should be uploaded tonight.

/Robert

Comments

Bug in verification_top corrected [TRUSS vesion 1_40b]

Sorry about that. Wasn't thinking.

Take care,
Mike

Back to top