patternX to pattern (#1120)

* pattern is not an issue for yaml. changing patternX to pattern everywhere

* added patternX to deprecated
This commit is contained in:
2025-02-27 10:42:21 +01:00
committed by GitHub
parent 964ab19b42
commit b4dc1dde6c
10 changed files with 352 additions and 15 deletions

View File

@@ -543,7 +543,7 @@ class Caller {
{"patnloop1", &Caller::patnloop1},
{"patnloop2", &Caller::patnloop2},
{"patsetbit", &Caller::patsetbit},
{"patternX", &Caller::pattern},
{"pattern", &Caller::pattern},
{"patternstart", &Caller::patternstart},
{"patwait", &Caller::patwait},
{"patwait0", &Caller::patwait0},
@@ -872,6 +872,7 @@ class Caller {
{"i_c", "im_c"},
{"i_d", "im_d"},
{"i_io", "im_io"},
{"patternX", "pattern"},
{"copydetectorserver", "updatedetectorserver"},
{"nframes", "framecounter"},
{"now", "runtime"},

View File

@@ -488,7 +488,7 @@ class InferAction {
{"patnloop1", &InferAction::patnloop1},
{"patnloop2", &InferAction::patnloop2},
{"patsetbit", &InferAction::patsetbit},
{"patternX", &InferAction::pattern},
{"pattern", &InferAction::pattern},
{"patternstart", &InferAction::patternstart},
{"patwait", &InferAction::patwait},
{"patwait0", &InferAction::patwait0},