https://github.com/firesim/mutilate-loadgen-riscv-release
Mutilate memcached load generator build scripts for RISC-V Systems
https://github.com/firesim/mutilate-loadgen-riscv-release
Last synced: about 2 months ago
JSON representation
Mutilate memcached load generator build scripts for RISC-V Systems
- Host: GitHub
- URL: https://github.com/firesim/mutilate-loadgen-riscv-release
- Owner: firesim
- Created: 2018-05-12T17:27:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T20:49:34.000Z (over 3 years ago)
- Last Synced: 2023-04-29T00:16:09.137Z (about 3 years ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mutilate Load Generator for RISC-V
This repo contains scripts to build the [`mutilate`](https://github.com/leverich/mutilate) load generator for RISC-V systems running Linux.
You can find the official mutilate repo here: https://github.com/leverich/mutilate
## Setup
Ideally, you should use this from within the firesim repo, which will automatically give you rootfses with memcached + mutilate built-in. Otherwise:
1) RISC-V Tools must be on your path
2) Enable the following packages in buildroot and run the build process to get rootfses:
* memcached
* zeromq
* zmqpp
* cppzmq
3) In the Makefile, point the sysroot to your copy of buildroot
4) Run ./build.sh
5) Copy overlay into firesim-software's buildroot-overlay