First plot script
This commit is contained in:
@@ -4,7 +4,10 @@ from pathlib import Path
|
||||
@dataclass(frozen=True)
|
||||
class Configuration:
|
||||
name: str
|
||||
workload: Path
|
||||
workload: str
|
||||
executable: Path
|
||||
pim: bool
|
||||
level: str
|
||||
frequency: str = "3GHz"
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
||||
@@ -57,7 +57,7 @@ for core in processor.get_cores():
|
||||
workload = CustomWorkload(
|
||||
"set_baremetal_workload",
|
||||
{
|
||||
"kernel": BinaryResource(configuration.workload),
|
||||
"kernel": BinaryResource(configuration.executable),
|
||||
},
|
||||
)
|
||||
board.set_workload(workload)
|
||||
|
||||
Reference in New Issue
Block a user