Skip to content
Snippets Groups Projects
Select Git revision
  • afbb54a40ca186d465114db30891cc6bfb5ba8f3
  • main
  • linux2
  • linux
  • newboxes
  • offlineupdates
  • qol
  • cryptotest2
  • css-cards
  • crypto-test
  • draganddrop
  • height3
  • height
  • zindex
  • connection2
  • v-forupdate
  • connections
  • v-for
  • organise-forlarger
  • kebabcase
  • lowercase
21 results

index.js

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"