From a3f88e2129c6906e0aa01a3f2bc7dabf44e2662a Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Tue, 4 Feb 2025 04:53:00 +0100 Subject: [PATCH] added command to pull info out --- test-circuit/injection_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-circuit/injection_test.yml b/test-circuit/injection_test.yml index e4cf9c0..883872e 100644 --- a/test-circuit/injection_test.yml +++ b/test-circuit/injection_test.yml @@ -16,7 +16,7 @@ prepare: hit-probability: 0.8 modes-per-fork: 1 coverage-certainty: 0.4 - victim-coverage: 1 + victim-coverage: 0.05 injection-windows: - begin: 240 end: 1200 @@ -35,5 +35,5 @@ deploy: sim_outputs: sim_result top: tb -# select count (*) from sim_outputs where (fault_flags & B'100000') = B'100000'; +# select count (*) from sim_outputs where (fault_flags & B'000001') = B'000001'; select count (*) from sim_outputs where (fault_flags & B'000010') = B'000010'; select count (*) from sim_outputs where (fault_flags & B'000100') = B'000100'; select count (*) from sim_outputs where (fault_flags & B'001000') = B'001000'; select count (*) from sim_outputs where (fault_flags & B'010000') = B'010000'; select count (*) from sim_outputs where (fault_flags & B'100000') = B'100000'; select count (*) from sim_outputs where (fault_flags) = B'000000'; # update sim_configs set part_status = 'not_started' where part_status = 'finished' and not exists (select 1 from sim_outputs so where so.sim_config = sim_configs.id);