how to debug the bigpulp
hello,when I review the code of the pulp_cluster_wrap.sv,I can't find the debug module.So, if I want to run the bigpulp and use gdb/openocd to debug the cluster like the pulpissimo,what should I do?may I add the debug module just follow the pulpissimo? thank you very much!
Hi @zhangpipi-xyz, thank you for your question. There is currently no debug module for the bigpulp cluster. You could port the debug solution from pulp_soc and integrate it as in pulp and pulp_cluster.
Hi @zhangpipi-xyz, thank you for your question. There is currently no debug module for the bigpulp cluster. You could port the debug solution from
pulp_socand integrate it as inpulpandpulp_cluster. got it,thank you very much!