OpenCores
Issue List
Or1ksim can only handle 4 interrupts #32
Closed jeremybennett opened this issue over 15 years ago
jeremybennett commented over 15 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 over 15 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 about 15 years ago

Fixed in 0.3.0rc3

jeremybennett was assigned about 15 years ago
jeremybennett closed this about 15 years ago

Assignee
jeremybennett
Labels
Bug