Skip to content
Snippets Groups Projects
Select Git revision
  • 1e23e6d5295a5ec8f597c5f4fac346d66fc2d426
  • main default protected
  • feat_dma230_dataio
  • feat_qspi_rom
  • feat_extio
  • feat_dmax4
  • feat_dma350
  • feat_nanosoc_regions
  • feat_accel_decouple
  • dev
  • feat_accel_hash_stream
  • nanosoc-2023
12 results

makefile.simulate

Blame
  • socsim 582 B
    #-----------------------------------------------------------------------------
    # SoC Labs socsim script to run required simulation
    # A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
    #
    # Contributors
    #
    # David Mapstone (d.a.mapstone@soton.ac.uk)
    #
    # Copyright  2022, SoC Labs (www.soclabs.org)
    #-----------------------------------------------------------------------------
    
    #!/usr/bin/env bash
    
    DEFAULT_SIMULATOR="ivlog"
    if [[ -z "${SIMULATOR}" ]]; then 
        SIMULATOR=$DEFAULT_SIMULATOR
    fi
    $SHA_2_ACC_DIR"/simulate/simulators/"$SIMULATOR"_sim.sh"