OpenCores
Issue List
Or1ksim can only handle 4 interrupts #32
Closed jeremybennett opened this issue about 16 years ago
jeremybennett commented about 16 years ago

Raised by Ding Xiaoliang dingsm@gmail.com

In the or1ksim-0.3.0rc1, the or1ksim_run only detects the first 4 irq source, I guess the sizeof(runtime.sim.ext_int) should be sizeof(runtime.sim.ext_int)*8, for that's the bit count instead of byte count.

jeremybennett commented about 16 years ago

You are completely correct - I want the number of bits, not bytes in the interrupt vector.<br> <br> Fix will be added to the next relese

jeremybennett commented almost 16 years ago

Fixed in 0.3.0rc3

jeremybennett was assigned almost 16 years ago
jeremybennett closed this almost 16 years ago

Assignee
jeremybennett
Labels
Bug