[关闭]
@iar 2017-02-10T03:43:02.000000Z 字数 2324 阅读 73

Manual: NovuFPGA driver

Novu


  • this is a introduction on how to config NovuFPGA driver.
  • The architecture of the Driver.
  • Code Review.

folder structure:

  1. cd ~/LDD3/pci
  2. - pci
  3. - ./
  4. makedev.sh -- just bash this to install FPGA driver and set it up
  5. pci_skel.[ch] -- the FPGA kernel driver
  6. - Test/
  7. vgg2_test.c -- the vgg2 user level test program
  8. pci.[ch] -- the FPGA uesr level driver
  9. Makefile -- the makefile for FPGA user driver and test program
  10. - Log/
  11. *.log -- Contains curated log files of dmesg for records.

Commands

HOW-TO

Step 0: some clean up

Step 1: install kernel driver, compile user test program

Step 2: run kernel driver, and user test program.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注