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

@@ -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},