Skip to content

Utilize the Completed Design

skravats edited this page Jan 5, 2021 · 7 revisions

Acquiring the Completed Design

  • Open a shell (Ctrl+Alt+T)

  • 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 R18.1_TE_DSD_1.3
    
  • 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