--- Quote Start ---
originally posted by banx@May 12 2006, 01:14 PM
i have some user logic that generates an interrupt, i just feed the interrupt line into a 1-bit pio and make that generate the irq to nios in the traditional manner.
banx.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15328)
--- quote end ---
--- Quote End ---
Ok now the irq problem is solved thanks
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif ! but how do I deal with my software code to read and write data to my peripheral ? I started to write some assembly code but it just looks too complicate
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/blink.gif , I guess there is a way to do this in C, no ?