Make dataLength parameter required for initiators

This commit is contained in:
2025-05-07 09:13:00 +02:00
parent caba023964
commit 565e725cf6
27 changed files with 88 additions and 63 deletions

View File

@@ -9,6 +9,7 @@
{
"type": "player",
"clkMhz": 2000,
"dataLength": 64,
"name": "../../configs/traces/example.stl"
}
]

View File

@@ -8,6 +8,7 @@
"tracesetup": [
{
"clkMhz": 2000,
"dataLength": 64,
"type": "generator",
"name": "gen0",
"numRequests": 2000,
@@ -19,6 +20,7 @@
},
{
"clkMhz": 2000,
"dataLength": 64,
"type": "generator",
"name": "gen1",
"numRequests": 2000,

View File

@@ -8,6 +8,7 @@
"tracesetup": [
{
"clkMhz": 2000,
"dataLength": 32,
"type": "generator",
"name": "gen0",
"numRequests": 2000,

View File

@@ -9,6 +9,7 @@
{
"type": "player",
"clkMhz": 200,
"dataLength": 32,
"name": "../../configs/traces/example.stl"
}
]