[Libre-soc-bugs] [Bug 433] building pia (power instruction analyser) needs to be documented
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri Jul 24 21:22:00 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=433
--- Comment #15 from Cole Poirier <colepoirier at gmail.com> ---
Jacob can you update the README to this:
Program to analyze the behavior of Power ISA instructions
To build and install:
```bash
rustup default stable
rustup update
git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git
pia
cd pia
maturin build --cargo-extra-args=--features=python-extension
python3 -m pip install target/wheels/*.whl
```
Script is available here:
https://git.libre-soc.org/?p=dev-env-setup.git;a=blob_plain;f=pia-install;hb=HEAD
Will close this after I update libreriscv wiki
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list