You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build the project based on the Ubutun 14.04 64bit, and we run the run_bimldal.cpp.
But we have the error information as following:
ssd_ssd.cpp:151: double ssd::Ssd::event_arrive(ssd::event_type, ssd::ulong, ssd::uint, double, void*): Assertion `(long long int) logical_address <= (long long int) SSD_SIZE * PACKAGE_SIZE * DIE_SIZE * PLANE_SIZE * BLOCK_SIZE' failed.
When we debug it , we find that on more function call is executed for event_arrive(------) in the ssd_ssd.cpp (see line 151 in this file).
The text was updated successfully, but these errors were encountered:
We build the project based on the Ubutun 14.04 64bit, and we run the run_bimldal.cpp.
But we have the error information as following:
ssd_ssd.cpp:151: double ssd::Ssd::event_arrive(ssd::event_type, ssd::ulong, ssd::uint, double, void*): Assertion `(long long int) logical_address <= (long long int) SSD_SIZE * PACKAGE_SIZE * DIE_SIZE * PLANE_SIZE * BLOCK_SIZE' failed.
When we debug it , we find that on more function call is executed for event_arrive(------) in the ssd_ssd.cpp (see line 151 in this file).
The text was updated successfully, but these errors were encountered: