Skip to content
New issue

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

SALP-1 Assertion Failing with ChRaBaRoCo Addressing #5

Closed
SaugataGhose opened this issue Jul 29, 2015 · 0 comments
Closed

SALP-1 Assertion Failing with ChRaBaRoCo Addressing #5

SaugataGhose opened this issue Jul 29, 2015 · 0 comments
Labels

Comments

@SaugataGhose
Copy link
Member

When using ramulator-cputrace with the provided cpu.trace file, an assertion is triggered:

ramulator-cputrace: src/Scheduler.h:168: void ramulator::RowTableramulator::SALP::update(typename T::Command, const vector &, long) [T = ramulator::SALP]: Assertion `match->second.row == row' failed.

This assertion occurs using ChRaBaRoCo addressing if the following code is added to src/Main.cpp:

SALP* salp1_8 = new SALP(SALP::Org::SALP_4Gb_x8, SALP::Speed::SALP_1600K, SALP::Type::SALP_1, 8);
IPC = run_simulation(salp1_8, argv[1], 1, 1, 4, 1);
printf("%10s: %.5lf\n", "SALP-1", IPC / baseIPC);

Aside from the addressing mode, no other modifications have been made. The error does not appear using cpu.trace for RoBaRaCoCh addressing, though such errors may occur for a longer trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant