[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:47:27 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=433

Cole Poirier <colepoirier at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #16 from Cole Poirier <colepoirier at gmail.com> ---
(In reply to Cole Poirier from comment #15)
> 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

Forgot to add `cargo install maturin`


> 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
> ```

Correct up-to-date README should read:

Program to analyze the behavior of Power ISA instructions

To build and install:

```bash
rustup default stable
rustup update
cargo install maturin
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
```

Updated HDL_workflow to include the above. Closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list