minor
Build on RHEL9 docker image / build (push) Successful in 3m56s
Build on RHEL8 docker image / build (push) Successful in 5m15s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m40s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m6s

This commit is contained in:
2026-03-26 11:29:00 +01:00
parent d39708b45b
commit 99b885fa14
2 changed files with 12 additions and 9 deletions
@@ -1,6 +1,6 @@
v_a: "dac and power"
v_b: "dac and power"
v_c: "dac and power"
v_d: "dac and power"
v_io: "dac and power"
v_chip: "dac"
v_a: "'dac v_a' and 'power v_a'"
v_b: "'dac v_b' and 'power v_b'"
v_c: "'dac v_c' and 'power v_c'"
v_d: "'dac v_d' and 'power v_d'"
v_io: "'dac v_io' and 'power v_io'"
v_chip: "'dac v_chip'"
+6 -3
View File
@@ -902,9 +902,12 @@ class Caller {
StringMap removed_functions{
{"v_a", "dac and power"}, {"v_b", "dac and power"},
{"v_c", "dac and power"}, {"v_d", "dac and power"},
{"v_io", "dac and power"}, {"v_chip", "dac"},
{"v_a", "'dac v_a' and 'power v_a'"},
{"v_b", "'dac v_b' and 'power v_b'"},
{"v_c", "'dac v_c' and 'power v_c'"},
{"v_d", "'dac v_d' and 'power v_d'"},
{"v_io", "'dac v_io' and 'power v_io'"},
{"v_chip", "'dac v_chip'"},
};
};