rggen / rggen

Code generation tool for control and status registers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interrupt support

m-kru opened this issue · comments

commented

Does RgGen support interrupts? I do not mean exactly the same way SystemRDL does, but is there any support for interrupts?

I think it's difficult to standardize IRQ implementation because there are various implementation policy.
Therefore, RgGen does not suppor IRQ feature directorly.

But there are useful bit field types for IRQ implementation such as w1c bit field type.