OpenCores

Interrupt Condition

Back to bugtracker overview.

Information:
Type :: BUG
Status :: OPENED
Assigned to ::

Description:
The interrupt condition was not correct. You must add "~next_exec_stall", otherwise the microcontroller will crash.

Original File:
assign int_condition = (inte_sync_reg && ~exec_stall_reg && intcon_reg[7]);

Modified File:
assign int_condition = (inte_sync_reg && ~exec_stall_reg && ~next_exec_stall && intcon_reg[7]);

Comments:
No comments yet...

Post a comment:
Login to post comments!

Back to bugtracker overview.

© copyright 1999-2012 OpenCores.org, equivalent to ORSoC AB, all rights reserved. OpenCores®, registered trademark.