Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

$HOME directory layout

lucasparker edited this page Apr 14, 2020 · 7 revisions

Organization of the zynq's $HOME directory

/root/home/
|- local/ : Location for non-zynq specific code (ex: zmq). Standard linux local layout
   |- bin/
   |- include/
   |- lib/
|- zynq/
   |- bin/ : our custom executable's
      |- calctrl
      |- dacctrl
      |- syncctrl
      |- vatactrl
      |- silayer_server
   |- include/ : our own headers and xilinx-built headers
      |- bsp/ : location of headers from bsp
      |- vata_constants.hpp
      |- *ctrl.hpp
   |- lib/
      |- libsictrl.a
   |- etc/ : configuration files stored here, obviously
|- scripts/ : helpful scripts that we write go here
|- scripts2/ : unhelpful scripts that we write go here
Clone this wiki locally