Closed mp-17 closed 5 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.
vopt
Setting DEBUG=ON during compilation makes the flow pass +acc to vopt to preserve signal visibility (useful when observing the waveforms).
DEBUG=ON
+acc
Thanks @mp-17! Will add some more updates to the PR and merge it.
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
tovopt
to preserve signal visibility (useful when observing the waveforms).