Modified report message

This commit is contained in:
Thanh C. Tran
2016-11-22 15:07:47 +01:00
parent 93bcda3c72
commit 43ac482677

View File

@@ -158,8 +158,7 @@ void ConfigurationLoader::loadMCConfig(Configuration& config, XMLElement* mcconf
// check compatible between Store Mode and PowerDown Mode
if (config.StoreMode == StorageMode::ErrorModel && config.PowerDownMode != EPowerDownMode::NoPowerDown) {
SC_REPORT_FATAL("ConfigurationLoader", "Error model does not work when power down modes are activated");
throw;
SC_REPORT_FATAL("ConfigurationLoader", "Does not yet support error model and power down modes activated at the same time");
}
}