Update expected traces for DDR5 and HBM3
This commit is contained in:
@@ -39,11 +39,10 @@ cmake_minimum_required(VERSION 3.1.0)
|
||||
|
||||
project(tests_regression)
|
||||
|
||||
find_program(Bash bash)
|
||||
find_program(SqlDiff sqldiff)
|
||||
|
||||
if(NOT Bash OR NOT SqlDiff)
|
||||
message(WARNING "Regression tests require bash and sqldiff to be installed")
|
||||
if(NOT SqlDiff)
|
||||
message(WARNING "Regression tests require sqldiff to be installed")
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
"simulationid": "ddr5-example",
|
||||
"tracesetup": [
|
||||
{
|
||||
"clkMhz": 933,
|
||||
"clkMhz": 1600,
|
||||
"name": "trace_test3.stl"
|
||||
}
|
||||
]
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -79,7 +79,7 @@
|
||||
"CCDS": 2,
|
||||
"CKE": 8,
|
||||
"DQSCK": 1,
|
||||
"FAW": 16,
|
||||
"FAW": 16,
|
||||
"PL": 0,
|
||||
"PPD": 2,
|
||||
"RAS": 28,
|
||||
@@ -126,11 +126,11 @@
|
||||
"simulationid": "hbm3-example",
|
||||
"tracesetup": [
|
||||
{
|
||||
"clkMhz": 1000,
|
||||
"clkMhz": 1600,
|
||||
"name": "trace1_test4.stl"
|
||||
},
|
||||
{
|
||||
"clkMhz": 1000,
|
||||
"clkMhz": 1600,
|
||||
"name": "trace2_test4.stl"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user