a trace driven memory simulator and run a set of experiments using simulator
Simulator should accept the following command-line option:
-c < capacity > with < capacity > in MB: 8, 16, or 32.
The input to the memory simulator will be a sequence of memory access
traces,one per line, terminated by end of file. In the following format, with
a leading 0 for loads and 1 for stores. You should ignore anything
(possible comments) that follow.
0 <address>
1 <address> <dataword>
Last edited on
can you guide me how to do it?
We can answer specific questions.
any type of help please...any tutorial link etc?
Last edited on
I assume this is some kind of school assignment. If you have no idea where to start you should ask your instructor.