SAITPublic / PIMSimulator

Processing-In-Memory (PIM) Simulator
Other
102 stars 41 forks source link

compare between values #20

Open mohammadmahdi255 opened 1 month ago

mohammadmahdi255 commented 1 month ago

i have a problem i want to implement a sort algorithm like insertion sort i want to know is this possible on this PIM simulatorwe don't have a compare or a condtitinal JUMP on codes i see in the project?

iamshcha commented 1 month ago

Unfortunately, our simulator does not support conditional branch instructions or comparator. Because our PIM operation is compatible with existing dram systems, all PIM instructions are triggered by memory requests from the memory controller. All of the DRAM timing is deterministic, which means it doesn't take unpredictable cases into account.