Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-resources
Submodule docs-resources updated 88 files
+1 −0 .pre-commit-config.yaml
+43 −4 Makefile
+4 −0 schemas/param-defs-schema.json
+8 −4 schemas/params-schema.json
+242 −0 schemas/udb-json-schema-draft-07.json
+48 −0 schemas/udb_param_schema.json
+875 −0 schemas/udb_schema_defs.json
+2 −0 tests/norm-rule/expected/test-ch1-norm-tags.json
+47 −4 tests/norm-rule/expected/test-norm-rules.html
+19 −0 tests/norm-rule/expected/test-norm-rules.json
+3 −2 tests/norm-rule/test-ch1.adoc
+5 −0 tests/norm-rule/test-ch1.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/ALL_BASES.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_BIT.yaml
+16 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_BOOLEAN.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_BYTE.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_DWORD.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_HWORD.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_INT32.yaml
+20 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_LIST_INT.yaml
+20 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_LIST_STR.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_NEG10TO20.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_UINT5.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_UINT64.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/ARRAY_OF_WORD.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/ASIDLEN.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/ASIDLEN1.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/ASIDLEN2.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/BASE_RV32I.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/BASE_RV32I_RV64I.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/BIT.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/BOOLEAN.yaml
+17 −0 tests/params/expected/test-export-params-to-udb/BYTE.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/DWORD.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/FOOBAR.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/HWORD.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/INT2.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/INT64.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/INT_MXLEN.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/LIST_INT.yaml
+16 −0 tests/params/expected/test-export-params-to-udb/LIST_STR.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/MOCK_CSR_FIELD_Y.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/MOCK_CSR_X.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/MOCK_EXT_DEP_A_ON_B.yaml
+12 −0 tests/params/expected/test-export-params-to-udb/MOCK_INST_X.yaml
+18 −0 tests/params/expected/test-export-params-to-udb/MXLEN.yaml
+17 −0 tests/params/expected/test-export-params-to-udb/NO_IMPL_DEF.yaml
+19 −0 tests/params/expected/test-export-params-to-udb/ROSE_COLORS.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/UINT32.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/UINT6.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/UINT_1TO100.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/UINT_4TO8.yaml
+13 −0 tests/params/expected/test-export-params-to-udb/UINT_MXLEN.yaml
+14 −0 tests/params/expected/test-export-params-to-udb/WORD.yaml
+17 −0 tests/params/expected/test-export-params-to-udb/XLEN.yaml
+2 −1 tests/params/expected/test-param-appendix-adoc-includes/all_params_a_to_z.adoc
+1 −1 tests/params/expected/test-param-appendix-adoc-includes/all_params_by_chapter.adoc
+1 −1 tests/params/expected/test-param-appendix-adoc-includes/test-ch1/BYTE.adoc
+9 −0 tests/params/expected/test-param-appendix-adoc-includes/test-ch1/INT2.adoc
+1 −1 tests/params/expected/test-param-appendix-adoc-includes/test-ch1/MXLEN.adoc
+1 −0 tests/params/expected/test-param-appendix-adoc-includes/test-ch1/all_params.adoc
+2 −1 tests/params/expected/test-param-table-variants/test-param-table-full-default/all_params_a_to_z.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-full-default/all_params_by_chapter.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-full-default/test-ch1/BYTE.adoc
+9 −0 tests/params/expected/test-param-table-variants/test-param-table-full-default/test-ch1/INT2.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-full-default/test-ch1/MXLEN.adoc
+1 −0 tests/params/expected/test-param-table-variants/test-param-table-full-default/test-ch1/all_params.adoc
+2 −1 tests/params/expected/test-param-table-variants/test-param-table-minimal/all_params_a_to_z.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-minimal/all_params_by_chapter.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-minimal/test-ch1/BYTE.adoc
+7 −0 tests/params/expected/test-param-table-variants/test-param-table-minimal/test-ch1/INT2.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-minimal/test-ch1/MXLEN.adoc
+1 −0 tests/params/expected/test-param-table-variants/test-param-table-minimal/test-ch1/all_params.adoc
+2 −1 tests/params/expected/test-param-table-variants/test-param-table-reordered/all_params_a_to_z.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-reordered/all_params_by_chapter.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-reordered/test-ch1/BYTE.adoc
+9 −0 tests/params/expected/test-param-table-variants/test-param-table-reordered/test-ch1/INT2.adoc
+1 −1 tests/params/expected/test-param-table-variants/test-param-table-reordered/test-ch1/MXLEN.adoc
+1 −0 tests/params/expected/test-param-table-variants/test-param-table-reordered/test-ch1/all_params.adoc
+11 −5 tests/params/expected/test-params.html
+78 −2 tests/params/expected/test-params.json
+39 −2 tests/params/test-ch1.yaml
+12 −0 tests/params/test-ch2.yaml
+0 −0 tests/params/test_params_json_to_udb_yaml.py
+20 −2 tools/README.md
+17 −4 tools/create_params.py
+117 −0 tools/export_params_to_udb.py
+0 −0 tools/params_json_to_udb_yaml.py
Loading