Fix various bugs
- Fix data race for some tests by disabling database recording - Fix undefined behaviour in configuration test - Port clkMhz to tCK for simulation script - Port memUtil Python script to tCK with backwards compatibility
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
"simconfig": {
|
||||
"AddressOffset": 0,
|
||||
"CheckTLM2Protocol": false,
|
||||
"DatabaseRecording": true,
|
||||
"DatabaseRecording": false,
|
||||
"Debug": false,
|
||||
"EnableWindowing": false,
|
||||
"PowerAnalysis": false,
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"simconfig": {
|
||||
"AddressOffset": 0,
|
||||
"CheckTLM2Protocol": false,
|
||||
"DatabaseRecording": true,
|
||||
"DatabaseRecording": false,
|
||||
"Debug": false,
|
||||
"EnableWindowing": false,
|
||||
"PowerAnalysis": false,
|
||||
|
||||
Reference in New Issue
Block a user