Skip to content
Snippets Groups Projects
Select Git revision
  • c4f25bc1fb2eeba36afae24219e356aef73da982
  • master default protected
  • L2SDP-LIFT
  • L2SDP-1113
  • HPR-158
5 results

erko_howto_tools.txt

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    erko_howto_tools.txt 71.27 KiB
    * RadioHDL with GIT (LOFAR2.0)
    * Network card MTU and IP address
    * Flash and reboot unb2
    * Flash and reboot on L2TS using tunnel to SDPTR
    * HDL images to keep on dop349
    * RadioHDL with SVN (APERTIF/ARTS)
    * RadioHDL issues
    * ARGS
    * GIT workflow
    * SVN
    * SDP HW tests (SDPTR, upe_gear, tcpdump)
    * Confluence
    * Polarion
    * LaTeX
    * Markdown
    * Vi
    * Remote access
    * Remote access using step
    * Regression test
    * License server
    * Screen to run a terminal session without ssh connection
    * Quartus Qsys IP files in GIT
    * Quartus version
    * Quartus issues
    * Linux
    * ICT diensten
    * Python
    * Numpy, matplotlib.pyplot
    * Jupyter
    * Graphana
    * Zenodo DOI
    * Install OpenSCAD
    * Drawio
    * DTS-lab unb2c
    * Flake8, black
    * MATLAB
    
    
    
    
    *******************************************************************************
    * RadioHDL with GIT
    *******************************************************************************
    
    # Setup vendor specific environment variables in .bashrc
    
      * bashrc defines root directories that contain one or more versions of tool installations
        - define MENTOR_DIR : modelsim installations
        - define ALTERA_DIR : altera installations
    
        - LM_LICENSE_FILE=<our_license@our_compagny>
    
    # Setup RadioHDL development environment for hdl/. The hdl/libraries, hdl/boards and hdl/applications are
    # developed simultaneously and therefor in one git hdl/ repository
    
    > cd git
      alias initsdp='cd $HOMEDATA/git/hdl;. ./init_hdl.sh;cd ../upe_gear;. ./init_upe.sh;cd ../sdptr;. ./init_sdptr.sh;cd ..'
    
    > cd ~/git/hdl
    
    > . ./init_hdl.sh
    
      * init_hdl.sh defines:
        - RADIOHDL_WORK directory for where the source code resides
        - HDL_BUILD_DIR directory for where the targets will be build
        - HDL_IOFILE_SIM_DIR=${HDL_BUILD_DIR}/sim for simulating with Modelsim using file IO
    
      * init_hdl copies git user_components.ipx into Altera dir's
        - cp ${RADIOHDL_WORK}/hdl_user_components.ipx $altera_dir/ip/altera/user_components.ipx