vineodd / PIMSim

PIMSim is a Process-In-Memory Simulator with the compatibility of GEM5 full-system simulation.
GNU General Public License v3.0
178 stars 85 forks source link

Do you add new instructions of x86 to enable pim? #32

Open Z-KN opened 1 year ago

Z-KN commented 1 year ago

I noticed that you have included m5ops.h and written assembly code in m5op_x86.S. So, do you define new x86 instructions and write corresponding asssemly decoding programs?