Skip to content
Snippets Groups Projects
Select Git revision
  • dcadbc20299f50ad3f17cd493ab835d1c8f4f554
  • master default
2 results

analyse-NEED-EULF-2014-models-v2.0.do

Blame
  • dependency_env.sh 1.27 KiB
    #-----------------------------------------------------------------------------
    # SoC Labs Dependency Repository Environment Setup Script
    # A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
    #
    # Contributors
    #
    # David Mapstone (d.a.mapstone@soton.ac.uk)
    #
    # Copyright  2023, SoC Labs (www.soclabs.org)
    #-----------------------------------------------------------------------------
    #!/bin/bash
    
    #-----------------------------------------------------------------------------
    # Technologies
    #-----------------------------------------------------------------------------
    
    # Accelerator Engine
    export SECWORKS_SHA2_TECH_DIR="$PROJECT_DIR/secworks-sha256"
    
    # Accelerator Wrapper
    export WRAPPER_TECH_DIR="$PROJECT_DIR/accelerator-wrapper"
    
    # NanoSoC
    export NANOSOC_TECH_DIR="$PROJECT_DIR/nanosoc"
    
    # FPGA Libraries
    export FPGA_LIB_TECH_DIR="$PROJECT_DIR/fpga-lib"
    
    # Generic Libraries
    export GENERIC_LIB_TECH_DIR="$PROJECT_DIR/generic-lib"
    
    #-----------------------------------------------------------------------------
    # Flows
    #-----------------------------------------------------------------------------
    
    # CHIPKIT - Register Generation
    export CHIPKIT_FLOW_DIR="$PROJECT_DIR/CHIPKIT"
    
    # SoCSim - Basic Simulation Flow Wrapper
    export SOCSIM_FLOW_DIR="$PROJECT_DIR/socsim"