gemmini icon indicating copy to clipboard operation
gemmini copied to clipboard

PE modification

Open bbilgin01 opened this issue 2 years ago • 1 comments

Hi, We have done some modifications on scala files about PEs for our purposes. However, we could not see any difference in the output while testing it with SPIKE. We ran build-spike.sh and setup-paths.sh to re-compile the modified .scala files. We wonder if we are using wrong script. Could you please help us about compiling our modified .scala file to the configuration?

bbilgin01 avatar May 20 '23 11:05 bbilgin01

Changing the .scala files won't have any impact on Spike, which is instead written in C++.

On the latest version of Gemmini, you can find the Spike implementation in chipyard/generators/gemmini/software/libgemmini. You'll probably want to update gemmini.cc to match your changes to the Scala/Chisel source files.

hngenc avatar Nov 29 '23 02:11 hngenc