pulp-platform / snitch_cluster

An energy-efficient RISC-V floating-point compute cluster.
https://pulp-platform.github.io/snitch_cluster/
Apache License 2.0
48 stars 46 forks source link

`iis-setup.sh` fails on Pisoc machines #160

Closed colluca closed 2 months ago

colluca commented 2 months ago

The iis-setup.sh script currently downloads the spike-dasm binary built for Almalinux. https://github.com/pulp-platform/snitch_cluster/blob/d6b7f25452a832871704995758cec3bb39bc0a9c/iis-setup.sh#L31-L32

Pisoc machines use CentOS 7.8, and the Almalinux spike-dasm build is thus incompatible with them.

colluca commented 2 months ago

Solved by https://github.com/pulp-platform/snitch_cluster/pull/161.