This repository contains the necessary recipe to create a conda package for spike-dasm
,
a tool that is part of riscv-isa-sim.
In this repository, we use a fork of this tool by pulp-platform.
conda install spike-dasm -c kuleuven-micas
Add this to your pixi.toml
[project]
...
channels = ["conda-forge","kuleuven-micas"]
...
[dependencies]
...
spike-dasm = "*"
To build this package locally, you'll need an environment with:
conda
orpixi
anaconda-client
rattler-build
git