Xilinx / xup_aie_training

Hands-on experience programming AI Engines using Vitis Unified Software Platform
https://xilinx.github.io/xup_aie_training/
MIT License
36 stars 9 forks source link

[Enhancement]: Add hw-emu and x86-sim targets on AIE Makefile #8

Closed mariodruiz closed 11 months ago

mariodruiz commented 1 year ago

Is there an existing issue related to your problem?

Lab

All of the above

Description of the enhancement request

Add hw-emu and x86-sim targets on AIE Makefile

aieemu:
    cd $(BUILD_DIR); \
    aiesimulator --pkg-dir=$(WORK_DIR) --i=.. --profile --dump-vcd=foo

x86sim:
    cd $(BUILD_DIR); \
    x86simulator --pkg-dir=$(WORK_DIR) --i=..

Anything else?

No response

mariodruiz commented 11 months ago

Fixed by #14