CSL-KU / firesim-nvdla

FireSim-NVDLA: NVIDIA Deep Learning Accelerator (NVDLA) Integrated with RISC-V Rocket Chip SoC Running on the Amazon FPGA Cloud
Other
161 stars 31 forks source link

How does the nvdla driver get compiled? #3

Open AmritaMathuriya opened 5 years ago

AmritaMathuriya commented 5 years ago

Hi @farzadfch How does the nvdla driver get compiled? What is the binary name that gets created?

farzadfch commented 5 years ago

It is compiled with the rest of the kernel. You don't need to do anything about the driver.

farzadfch commented 5 years ago

Well, to be more clear, I mean the kernel mode driver.

AmritaMathuriya commented 5 years ago

Thank you @farzadfch