Jeedella / ecen427_JeeJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECEN 427 Student Template Repository

  • device_tree: This folder contains the Linux Device Tree, which enumerates all hardware available to the Linux system. You won't need to modify this until Lab 6, but some of the information in the device tree source may be helpful to you for Lab 2 and 4.

  • hw: This folder contains the hardware design programmed on the FPGA. You will be modifying the hardware design in Lab 5, and you won't need to access these files before then.

  • kernel: This folder will contain kernel software, ie. kernel drivers. You won't need to modify the files here until you create a kernel driver in Lab 4.

  • userspace: This folder contains all software, drivers and applications, that will run in userspace. You will start working here in Lab 1.

  • format.py: You can run this program (./format.py) to format your software code using clang-format.

About


Languages

Language:C 59.9%Language:VHDL 31.6%Language:V 4.1%Language:Verilog 3.4%Language:Tcl 0.9%Language:Makefile 0.0%Language:Python 0.0%Language:CMake 0.0%Language:Shell 0.0%