--- Quote Start ---
originally posted by james@Apr 27 2006, 11:45 PM
you can create a multi-cycle custom instruction that stalls until an interrupt arrives. this will stall the entire nios ii pipeline and will eventually stop all activity. it doesn't stop immediately when you stall the pipeline because it might still be finishing pending cache line transfers (an i-cache fill or a d-cache writeback of a line).
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14795)
--- quote end ---
--- Quote End ---
Thank you very much for the idia. This is new to me . How do i go about it.
Sergey