aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/README.md
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2024-03-06 10:11:10 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2024-03-06 10:11:20 +0000
commit1d5ddeda5d853642fe3b2eade7d765386727021f (patch)
tree45e1e05a1ab3d571ef746f3e9fb3e984266dd6bd /verif/conformance/README.md
parent3e8cb977c828f2a52c0eef36ce0da2ac896a8ffd (diff)
downloadreference_model-1d5ddeda5d853642fe3b2eade7d765386727021f.tar.gz
Re-instate missing conformance tests
Fix problems from ensuring matching op tests. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ib2395110e47c56fea3cf3784a6b872fea7717db7
Diffstat (limited to 'verif/conformance/README.md')
-rw-r--r--verif/conformance/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/verif/conformance/README.md b/verif/conformance/README.md
index d047802..0869ab6 100644
--- a/verif/conformance/README.md
+++ b/verif/conformance/README.md
@@ -18,6 +18,7 @@ Each operator entry contains:
* "group" - name of the group this operator is in, in the spec
* "profile" - list of profiles that this operator covers
* "support_for" - optional list of supported creation modes out of: lazy_data_gen (data generation just before test run)
+* "gen_filter" - optional filter string for op to give to tosa_verif_build_tests - defaults to "^opname$"
* "generation" - dictionary of test generation details - see below
* "selection" - dictionary of test selection details - see below