Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 955 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 955 Bytes

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 5.

  • 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 later labs.

  • 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.