Open
Description
Currently, we target a device where Tile 0,0 is always in the lower left corner of the device. However, in many cases we want to implement code onto a portion of the device and generate code that is relocatable/replicatable to different locations on the device. One challenge with this is that relocatability is likely only possible vertically every two rows (because of the asymmetric nature of the cascade chains). This will involve identifying the places in the existing codebase where we assume mapping to a specific device. Note that libXAIEv2 supports a model of relocation that this could target.