ibex
ibex copied to clipboard
Ibex simple system
How can I integrate a new component to the Ibex simple system?
I have already compiled and simulate my software with Ibex simple system. Now I am trying to create a new component and connect it to the Ibex core, in order to control the PC register contents.
Simply create the component and wire it into the bus in the same manner the rv_timer and simulator_ctrl peripherals are wired in.
Is it also possible to add it inside the core? If so, what steps should I follow? At the end, in order to check its functionality, I am thinking of defining a new interrupt handler for its activation.