Skip to content

Utilize the Completed Design

skravats edited this page May 11, 2021 · 7 revisions

Acquiring the Completed Design

  • Open a shell (Ctrl+Alt+T)

  • navigate to the datastorm_daq directory

      $ cd ~/datastorm_daq
    
  • if the repository has previously been cloned skip the next two steps and then copy the completed_design files

  • clone the HDL repository

      $ git clone https://github.com/ArrowElectronics/hdl.git 
    
  • then do the following to update the files in the working tree...

      $ cd hdl  
      $ git checkout R20.1_TE_DSD_1.0
    
  • copy the completed_design files to the partial source directory

      $ cp -R ~/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/complete_design/ghrd_ad40xx/* ~/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source
    

Return - Modify the GHRD

Next - Modify the Linux Kernel

Clone this wiki locally