Skip to main content

A bundle of auxiliary scripts for the Anycore project

Project description

SimEnv

A new toolset to reliably packing, and spawning a RISC-V workload (app) for any simulation purpose.

An app is packed into a simenv, which is basically the rootfs containing all the essentials for a simulation. The tool learns what are the essentials by analyzing the workload's syscall trace. When simulating with the proper PK/FESVR, the dynamic instruction stream is even reproducible.

The motivation is to help Dr. Rotenberg's microarchitecture research group and ECE721 students using SPEC CPU2006 and CPU2017 workloads (usually checkpointed workloads) with ease.

Run atool-app-repo --help to learn how to create a workload repository, and atool-simenv --help to learn how to use a workload repository.

$ atool-app-repo --help
Usage: atool-app-repo [OPTIONS] COMMAND [ARGS]...

  The app repository management utility

Options:
  --help  Show this message and exit.

Commands:
  addckpt     Import a checkpoint.
  addsysroot  Import a pristine sysroot.
  init        Create an empty app repository.
  learn       Analyze an app for how to create SimEnv.
  subrepo     Spawn a sub-repository with the selected apps.
$ atool-simenv --help
Usage: atool-simenv [OPTIONS] COMMAND [ARGS]...

  The simenv utility

Options:
  --repo-path DIRECTORY  Override the SimEnv repository path given by the
                         environmental variable "ATOOL_SIMENV_REPO_PATH".

  --help                 Show this message and exit.

Commands:
  list    List available apps and checkpoints in the SimEnv repository.
  mkgen   Generate a Makefile for a simenv, at current dir.
  spawn   Spawn a simenv.
  verify  Perform integrity checking for a simenv.

* If you are using bash/zsh/fish, you can:

  • run eval "$(_ATOOL_SIMENV_COMPLETE=source_$(basename $SHELL) atool-simenv)" to enable the auto completion for atool-simenv.
  • run eval "$(_ATOOL_APP_REPO_COMPLETE=source_$(basename $SHELL) atool-app-repo)" to enable the auto completion for atool-app-repo.

Misc.

  • SpecResultVerification/spike_trim.py - Trim out the extra header/tail message produced by spike or pk during the simulation. Useful if you want to automatically verify the STDOUT output of a SPEC simulation.
  • Checkpointing/ChkptDescFileGen/smpt2ckptdesc.py - Convert the Simpoint output file to the checkpoint job description file accepted by Spike.
  • Checkpointing/DumpHTIF/chkpt_htif_dump.py - Show the HTIF syscalls recorded in a checkpoint file. When restoring a checkpoint, those syscalls will be executed in sequence to bring back the state of HTIF FESVR.
  • TetherSim/SimTetheringController.py - Controller for 721sims working in tethering mode.

To work with trace dump

  • CpuTraceAnalysis/trace2google.py - Analyze the trace dumped by spike or 721sim and output the result in Google's Trace Event Format.

  • To visualize the result, use speedscope (recommend) or Chromium's about://tracing .

    • if ignore_symbol.yaml exists in CWD, it will be read to filter out the defined function calls. See CpuTraceAnalysis/ignore_symbol.yaml for an example.
  • CpuTraceAnalysis/trace2tracevis.py - Analyze and visualize the trace dumped by spike or 721sim in a homebrew timeline frontend (using timeline-js).

    • if ignore_symbol.yaml exists in CWD - Will be read to filter out the defined function calls. See CpuTraceAnalysis/ignore_symbol.yaml for an example.
    • It's recommended to use trace2google.py. Because the trace_vis frontend uses timeline-js, which is not intended for visualizing tracing result, it can be very slow and unresponsive when working with trace with a large amount of event.

image-20201105011703029

Viewing the trace2google.py output with speedscope

image-20201105011839379

Viewing the trace2google.py output with Chrome's about:tracing

image-20200813043919822

Viewing the trace using homebrew TraceVis frontend (use timeline-js)

WIP.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anycore-dbg-supplement-0.7.0.tar.gz (7.5 MB view details)

Uploaded Source

Built Distribution

anycore_dbg_supplement-0.7.0-py3-none-any.whl (7.7 MB view details)

Uploaded Python 3

File details

Details for the file anycore-dbg-supplement-0.7.0.tar.gz.

File metadata

  • Download URL: anycore-dbg-supplement-0.7.0.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.9.7 Darwin/18.7.0

File hashes

Hashes for anycore-dbg-supplement-0.7.0.tar.gz
Algorithm Hash digest
SHA256 62ea86a58cfe09c2f7a2fb10708e8377b8c847684dfed9ddf21a15ee66e8f6c8
MD5 4cec85d8500fd2930fca92a79ebdc8b2
BLAKE2b-256 b48487dbd1b9aaa7479c2433020db15036f7c3ccaa951d3602d15f2d2aa593c7

See more details on using hashes here.

Provenance

File details

Details for the file anycore_dbg_supplement-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for anycore_dbg_supplement-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a28d6876ee5c8ea9b1c9e158a0b8572480e1b1baec7a4ed1573bb1a47709d0d3
MD5 a04df8884240008b4b187730f917daf6
BLAKE2b-256 60da9e2e97259475d6b10b0d88d7938f147c79b4d4186d8ab413750ea9b3a1b0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page