Update expected traces for DDR5 and HBM3

This commit is contained in:
2023-08-15 11:28:03 +02:00
parent a18bbc7465
commit a4342f7104
6 changed files with 11 additions and 12 deletions

View File

@@ -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()

View File

@@ -157,7 +157,7 @@
"simulationid": "ddr5-example",
"tracesetup": [
{
"clkMhz": 933,
"clkMhz": 1600,
"name": "trace_test3.stl"
}
]

View File

@@ -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"
}
]