-
The title is quite scary, but I suspect this is a software issue. These tests pass in manycore, and there's some compilation flag or that is currently missing or some symbol that we're not setting up.…
-
https://github.com/bespoke-silicon-group/bsg_manycore/blob/a4efe05bbf44e361e775c4f0d7938a3c323c5dbe/software/py/nbf.py#L97
This wouldn't work when we are trying different versions of riscv-tools. `…
vb000 updated
5 years ago
-
## Personal Details
**Name:** Steven Yu
**Undergrad or MEng?** Undergrad
**Year in Cornell:** Sophomore
**Relevant classes:** CS 2110, CS 2800, CS 3110, ECE 2300, MATH 2940, CS 378…
-
Following the instructions in the `README.md`;
```sh
cd $PITON_ROOT/
source piton/ariane_setup.sh
piton/ariane_build_tools.sh
cd $PITON_ROOT/build
sims -sys=manycore -x_tiles=1 -y_tiles=1 -msm_b…
-
See https://github.com/gmarkall/manycore_form_compiler/wiki/Generating-global-assembly-for-solving-for-vectors
-
-
On bigblade branch, trying to make a smaller manycore (for verilator compilation on small machine, etc.)
This is my patch:
```
diff --git a/machines/pod_X1Y1_ruche_X16Y8_hbm/Makefile.machine.incl…
-
I would love to automatically have packages with long compile times build on a fast, but expensive manycore spot instance.
Concretely, this would require:
- hooks to set up and tear down a buildMach…
-
Lots of ways to do this. Ideally, we would be able to pass in arguments from the verilog testbench, so that we don't have to recompile code for each system configuration.
Options off the top of my…
-
A new backend could generate "normal" C code that can run on any ordinary machine, without requiring the `bsg_manycore` headers, to emulate the target device. This would be nice for testing functional…