$HOME directory layout - ComPair/ComPair-tracker-FPGA GitHub Wiki
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