power-instruction-analyzer

Crates.iopower-instruction-analyzer
lib.rspower-instruction-analyzer
version0.2.0
sourcesrc
created_at2020-10-28 23:57:56.394005
updated_at2020-10-28 23:57:56.394005
descriptionProgram to analyze the behavior of Power ISA instructions
homepage
repository
max_upload_size
id306518
size119,341
Jacob Lifshay (programmerjake)

documentation

README

Program to analyze the behavior of Power ISA instructions

Python Build Instructions

requires a recent version of Rust stable

cargo install maturin
git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git
cd power-instruction-analyzer
maturin build --cargo-extra-args=--features=python-extension
python3 -m pip install --user target/wheels/*.whl

alternatively, if in a python3 virtualenv:

git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git
cd power-instruction-analyzer
maturin develop --cargo-extra-args=--features=python-extension

or

git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git
cd power-instruction-analyzer
pip install .
Commit count: 0

cargo fmt