Hi,
To use ramulator.
I followed README.md
Memory trace Driven
$ cd ramulator
$ make -j
$ ./ramulator configs/DDR3-config.cfg --mode=dram dram.trace (here is problem)
ramulator: src/Config.cpp:43: void ramulator::Config::parse(const string &): Assertion `tokens.size() == 2 && "Only allow two tokens in one line"' failed.
I'm using the latest version. And I've already run "git pull".
What should I do?
I would appreciate it if you could help me with the issue.
Hi,
To use ramulator.
I followed README.md
Memory trace Driven
$ cd ramulator
$ make -j
$ ./ramulator configs/DDR3-config.cfg --mode=dram dram.trace (here is problem)
ramulator: src/Config.cpp:43: void ramulator::Config::parse(const string &): Assertion `tokens.size() == 2 && "Only allow two tokens in one line"' failed.
I'm using the latest version. And I've already run "git pull".
What should I do?
I would appreciate it if you could help me with the issue.