ibex icon indicating copy to clipboard operation
ibex copied to clipboard

Ibex simple system

Open sadjadtu opened this issue 2 years ago • 2 comments

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.

sadjadtu avatar Jan 18 '23 18:01 sadjadtu

Simply create the component and wire it into the bus in the same manner the rv_timer and simulator_ctrl peripherals are wired in.

GregAC avatar Jan 19 '23 14:01 GregAC

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.

sadjadtu avatar Jan 27 '23 15:01 sadjadtu