Kristof Denolf

Results 4 issues of Kristof Denolf

When detecting routing errors, there are cases where loops might be present. Develop a method for detecting these loops along the routing path.

Device specific variables: Refactor to separate device, platform, and board information

* Avoid relying on our mlir-aie dialect tutorials to introduce the AIE array architecture. * Should we start using the IRON acronym?

Tutorial 5 https://github.com/Xilinx/mlir-aie/blob/tutorial/tutorials/tutorial-5/test.cpp#L55-#L56 uses `mlir_aie_mem_alloc` to allocated memory in DRAM. It is implicitly assumed DWORDS (int) are being allocated, while malloc typically allocates bytes. Due to AIE alignment restriction, we...

tutorial