I hereby claim:
- I am ashriram on github.
- I am ashriram (https://keybase.io/ashriram) on keybase.
- I have a public key ASDR82JSdAvMcCd65uCfOpIkVR8NIpuuWpzDJ8GTAvNpcAo
To claim this, I am signing this object:
//===- MemProf.cpp - LegUp uses this pass to add memory profiling output --===// | |
// | |
// This file is distributed under the LegUp license. See LICENSE for details. | |
// | |
//===----------------------------------------------------------------------===// | |
// | |
// This pass instruments the IR, adding printf calls for each: | |
// * load | |
// * store | |
// * call |
I hereby claim:
To claim this, I am signing this object:
The goal is to upgrade the Linux on Altera's DE0-Nano-SOC FPGA development board. To challenge us even further, the board confusingly also branded as the Atlas SoC board. The boards provided Linux version is from 2013, woefully outdated, and a stripped-down version. It comes with busybox instead of full commands, lacks all local development tools, and is requiring off-system cross-compiling.
root@socfpga:~# cat /etc/version 201309272205 root@socfpga:~# cat /etc/issue Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 \l
#!/bin/bash | |
# How to use | |
# cd gem5/util | |
# wget "gist" | |
# source ./ruby-gem5.sh MI_example | |
rm -rf $1 | |
mkdir -p $1/C | |
mkdir -p $1/html | |
python2.7 ./slicc -C $PWD/$1/C -H $PWD/$1/html ../src/mem/ruby/protocol/$1.slicc |