We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
hi did you ever figure out how to solve the issue? i am getting the same error as well
Sorry, something went wrong.
Directly clone the project to Linux, some formats will change in Windows.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: