You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have modified the MAC in PE so i can use approximate design to save area and energy.I want to check if my Modified work in gemmini .i have build the verilator and spike again after that.But in spike i think nothing change and the verilator takes too much time to run .Why the spike cant "see:" the changes i have done in scala?
The text was updated successfully, but these errors were encountered:
The issue is that Spike is written in C and C++, and it’s a software simulation rather than hardware. Therefore, when you try to run your written and compiled hardware, along with custom instructions, on Spike, there’s no response.
I am facing a similar challenge. I have added some features to Gemmini and want to test them on real datasets. However, it seems that ResNet-50 (the provided example) can only run on Spike. Do you have any solutions for this?
Hello,
I have modified the MAC in PE so i can use approximate design to save area and energy.I want to check if my Modified work in gemmini .i have build the verilator and spike again after that.But in spike i think nothing change and the verilator takes too much time to run .Why the spike cant "see:" the changes i have done in scala?
The text was updated successfully, but these errors were encountered: