-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
How can I simulate a channel with a single x8 DRAM?
I can simulate a channel with four or two DRAMs by changing the "nbrOfDevices" parameter in the memspec .json file AND simultaneously change the "BYTE_BIT" addresses by removing address 2 (for four x8 devices) or by removing addresses 1 and 2 (for two x8 devices).
However, this doesn't work for "nbrOfDevices"=1 since when I remove all "BYTE_BITS" I get a segmentation fault.
Also, how could I simulate a channel with a single x4 DRAM (which is less than a byte wide)?
Metadata
Metadata
Assignees
Labels
No labels