kactus2dev icon indicating copy to clipboard operation
kactus2dev copied to clipboard

Address Unit Bits does not fit what standard requires

Open DenizzzGuzell opened this issue 1 year ago • 1 comments

Hi,

I have realized that optional attribute addressUnitBits default values is 1 bit in Kactus2 which is not compatiable the IP-XACT 1685-2022. As seen below:

If an addressUnitBits element is not described, then its value defaults to 8 indicating a byte addressable memoryMap.

In Kactus2, if the AUB attribute is left blank it takes AUB as 1 bit. This is minor detail but some IP-XACT files created assuming 1 byte AUB but they are not compatiable with Kactus2 unless user defined attribute of AUB is not added to memory map block.

Thanks

DenizzzGuzell avatar Oct 23 '24 06:10 DenizzzGuzell

Hi, AUB should default to 8 bits in Kactus2 if left blank. In which editor do you encounter this kind of behavior?

hagantsa avatar Nov 15 '24 10:11 hagantsa