kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 34 forks source link

Supporting alternate register #93

Closed DenizzzGuzell closed 7 months ago

DenizzzGuzell commented 9 months ago

Hi, I could not find any option to design memory using alternate registers such as uart receiver address 0 read only and uart transmitter register address 0 write only. It throws error as Registers rcv_buf and tr_buf overlap within address block UART. Does Kactus2 supports alternate register description?

epekkar commented 9 months ago

Hi Deniz,

Currently Kactus2 does not support alternate registers.

DenizzzGuzell commented 8 months ago

Hi epekkar,

Do you have any plan to add alternate registers to Kactus2 because of high necessity and usage of alternate registers.

hagantsa commented 7 months ago

Hi Deniz,

Alternate registers are something we probably will want to add to Kactus2, but there is currently no timeline set for it.

DenizzzGuzell commented 7 months ago

Hello,

Thank you for answer.