Fix configuration tests
This commit is contained in:
@@ -92,7 +92,7 @@ struct BlockingInitiator : sc_core::sc_module
|
||||
sc_core::sc_time delay = sc_core::SC_ZERO_TIME;
|
||||
iSocket->b_transport(payload, delay);
|
||||
|
||||
EXPECT_EQ(delay, dramSys.getConfig().blockingReadDelay);
|
||||
EXPECT_EQ(delay, dramSys.getMcConfig().blockingReadDelay);
|
||||
}
|
||||
|
||||
void writeAccess()
|
||||
@@ -105,7 +105,7 @@ struct BlockingInitiator : sc_core::sc_module
|
||||
sc_core::sc_time delay = sc_core::SC_ZERO_TIME;
|
||||
iSocket->b_transport(payload, delay);
|
||||
|
||||
EXPECT_EQ(delay, dramSys.getConfig().blockingWriteDelay);
|
||||
EXPECT_EQ(delay, dramSys.getMcConfig().blockingWriteDelay);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -138,8 +138,6 @@
|
||||
"DatabaseRecording": true,
|
||||
"Debug": false,
|
||||
"EnableWindowing": false,
|
||||
"ErrorCSVFile": "",
|
||||
"ErrorChipSeed": 42,
|
||||
"PowerAnalysis": false,
|
||||
"SimulationName": "example",
|
||||
"SimulationProgressBar": true,
|
||||
@@ -150,4 +148,4 @@
|
||||
},
|
||||
"simulationid": "ddr4-example"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,8 +136,6 @@
|
||||
"DatabaseRecording": true,
|
||||
"Debug": false,
|
||||
"EnableWindowing": false,
|
||||
"ErrorCSVFile": "",
|
||||
"ErrorChipSeed": 42,
|
||||
"PowerAnalysis": false,
|
||||
"SimulationName": "example",
|
||||
"SimulationProgressBar": true,
|
||||
@@ -148,4 +146,4 @@
|
||||
},
|
||||
"simulationid": "ddr4-example"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user