You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <a id="check_sha256sum_frozen-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
| <a id="check_sha256sum_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
126
-
| <a id="check_sha256sum_test-sha256sum"></a>sha256sum | The sha256sum of the source file. | String | required | |
| <a id="proto_data-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
| <a id="proto_data-proto_name"></a>proto_name | The name of the message type in the .proto files that 'src' file represents. | String | optional | <code>"xlscc.HLSBlock"</code> |
162
163
| <a id="proto_data-protobin_file"></a>protobin_file | The name of the output file to write binary proto to. If not specified, the target name of the bazel rule followed by a .protobin extension is used. | <a href="https://bazel.build/concepts/labels">Label</a> | optional | |
| <a id="xls_benchmark_ir-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
209
-
| <a id="xls_benchmark_ir-benchmark_ir_args"></a>benchmark_ir_args | Arguments of the benchmark IR tool. For details on the arguments, refer to the benchmark_main application at //xls/tools/benchmark_main.cc. | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | <code>{}</code> |
210
209
| <a id="xls_benchmark_ir-src"></a>src | The IR source file for the rule. A single source file must be provided. The file must have a '.ir' extension. | <a href="https://bazel.build/concepts/labels">Label</a> | required | |
210
+
| <a id="xls_benchmark_ir-benchmark_ir_args"></a>benchmark_ir_args | Arguments of the benchmark IR tool. For details on the arguments, refer to the benchmark_main application at //xls/tools/benchmark_main.cc. | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | <code>{}</code> |
211
211
| <a id="xls_benchmark_ir-top"></a>top | The (*mangled*) name of the entry point. See get_mangled_ir_symbol. Defines the 'top' argument of the IR tool/application. | String | optional | <code>""</code> |
| <a id="xls_dslx_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
402
402
| <a id="xls_dslx_test-deps"></a>deps | Dependency targets for the files in the 'srcs' attribute. This attribute is mutually exclusive with the 'library' attribute. | <a href="https://bazel.build/concepts/labels">List of labels</a> | optional | <code>[]</code> |
403
+
| <a id="xls_dslx_test-srcs"></a>srcs | Source files for the rule. The files must have a '.x' extension. This attribute is mutually exclusive with the 'library' attribute. | <a href="https://bazel.build/concepts/labels">List of labels</a> | optional | <code>[]</code> |
403
404
| <a id="xls_dslx_test-dslx_test_args"></a>dslx_test_args | Arguments of the DSLX interpreter executable. For details on the arguments, refer to the interpreter_main application at //xls/dslx/interpreter_main.cc. | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | <code>{}</code> |
404
405
| <a id="xls_dslx_test-library"></a>library | A DSLX library target where the direct (non-transitive) files of the target are tested. This attribute is mutually exclusive with the 'srcs' and 'deps' attribute. | <a href="https://bazel.build/concepts/labels">Label</a> | optional | <code>None</code> |
405
-
| <a id="xls_dslx_test-srcs"></a>srcs | Source files for the rule. The files must have a '.x' extension. This attribute is mutually exclusive with the 'library' attribute. | <a href="https://bazel.build/concepts/labels">List of labels</a> | optional | <code>[]</code> |
| <a id="xls_eval_ir_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
451
+
| <a id="xls_eval_ir_test-src"></a>src | The IR source file for the rule. A single source file must be provided. The file must have a '.ir' extension. | <a href="https://bazel.build/concepts/labels">Label</a> | required | |
451
452
| <a id="xls_eval_ir_test-input_validator"></a>input_validator | The DSLX library defining the input validator for this test. Mutually exclusive with "input_validator_expr". | <a href="https://bazel.build/concepts/labels">Label</a> | optional | <code>None</code> |
452
453
| <a id="xls_eval_ir_test-input_validator_expr"></a>input_validator_expr | The expression to validate an input for the test function. Mutually exclusive with "input_validator". | String | optional | <code>""</code> |
453
454
| <a id="xls_eval_ir_test-ir_eval_args"></a>ir_eval_args | Arguments of the IR interpreter. For details on the arguments, refer to the eval_ir_main application at //xls/tools/eval_ir_main.cc.The 'top' argument is not assigned using this attribute. | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | <code>{"random_inputs": "100", "optimize_ir": "true"}</code> |
454
-
| <a id="xls_eval_ir_test-src"></a>src | The IR source file for the rule. A single source file must be provided. The file must have a '.ir' extension. | <a href="https://bazel.build/concepts/labels">Label</a> | required | |
455
455
| <a id="xls_eval_ir_test-top"></a>top | The (*mangled*) name of the entry point. See get_mangled_ir_symbol. Defines the 'top' argument of the IR tool/application. | String | optional | <code>""</code> |
0 commit comments