Latest

v1.4.0 (2025-10-31)

New

  • PXL:
    • Added Executor statistics feature.
    • Implemented adaptive CXL memory enumeration.
    • Added version compatibility check between pxl and SDK framework.
    • Introduced Multi-Sub management functionality (alloc, free, reset).
    • Added Map setInput / setOutput support.
  • QEMU:
    • Added support for CXL 2.0 specification.
  • CLI:
    • Added new commands: fw-infoand fw-update to xcena_cli.
  • DEBUGGER:
    • Added installation path option (-p)
  • MU_LIB:
    • Introduced a new function that retrieves execution count to enhance performance monitoring.

Changed

  • PXL:
    • PXL Error logs are now printed by default.
    • When Debug logs are enabled, packet push/pop events are printed by default.

Fixed

  • PXL: Improved fail recovery and hang handling
  • QEMU: fixed invalid memfree issue
  • MU_LIB:
    • Resolved an intermittent issue where the cache flush operation might not complete as expected.
    • Corrected a problem that could cause atomic operations to fail under specific conditions.

Important Notes

Docker Image

  • Image Name: xcenadev/sdk:1.4.0
  • Pull Command:

    docker pull xcenadev/sdk:1.4.0
    

Table of contents