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

doc: Update tutorial #149

Closed mp-17 closed 3 months ago

mp-17 commented 3 months ago

Following the current version of the docs (https://pulp-platform.github.io/snitch_cluster/ug/tutorial.html), the hardware is optimized with vopt without preserving signal visibility by default.

Setting DEBUG=ON during compilation makes the flow pass +acc to vopt to preserve signal visibility (useful when observing the waveforms).

colluca commented 3 months ago

Thanks @mp-17! Will add some more updates to the PR and merge it.