Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLIR_Make

This make file use xilinx vitis aie_tool and mlir to build kernels.

Targets

all (default target)

Build kernels, link kernels, build host program.

kernel

Build kernels. The new kernels are saved in the ./build/bitstream.

link

Link the kernels. The linker file ./kernel/aie.py share be edit beforehead.

bitstream

Build kernels and link the kernels. It will generate final.xclbin and insts.txt

host

Build the host excutable file.

run

Run the emulation

trace

Run the emulation and generate the trace.json file. It can be opened in link.

clean

Clean up the project.

NPU_FDTD

FDTD_2D_1CT

Running on one computetile

FDTD_2D_16CTs

Running on 16 computetiles

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages