nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

Compiling KMD for RISC-V #162

Open AmritaMathuriya opened 5 years ago

AmritaMathuriya commented 5 years ago

Hi @prasshantg Could you please let me know how to compile the KMD for RISC-V? -Amrita

farzadfch commented 5 years ago

You don't need to compile KMD. It's already added to the Linux kernel: https://github.com/CSL-KU/riscv-linux/tree/firesim-nvdla/drivers/nvdla

AmritaMathuriya commented 5 years ago

Thank you @farzadfch Is the KMD code up to date in the firesim-nvdla repo? Also, does the nvdla_runtime binary get generated there? If not, then what are the steps to integrate the compiler flow in to the Firesim+nvdla repo?