Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGE HARDWARE #343

Open
IoannouKon opened this issue Mar 29, 2024 · 1 comment
Open

CHANGE HARDWARE #343

IoannouKon opened this issue Mar 29, 2024 · 1 comment

Comments

@IoannouKon
Copy link

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?

@1024GeBug
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants