add validation script to validate all operations

minor fixes
This commit is contained in:
NiccoloN
2026-02-26 16:11:22 +01:00
parent 33760e36ef
commit a42ff74a3b
4 changed files with 197 additions and 120 deletions

View File

@@ -1,11 +1,10 @@
use anyhow::{Context, Result, bail};
use clap::Parser;
use glob::glob;
use pimcore::cpu::crossbar;
use pimcore::json_to_instruction::json_to_executor;
use pimcore::tracing::TRACER;
use serde_json::Value;
use std::{fs, usize};
use std::fs;
use std::io::Write;
use std::path::PathBuf;