Lightelligence / rules_verilog

Bazel build rules for compiling Verilog
Other
21 stars 7 forks source link

Add timeout option to verilog_dv_test_cfg #14

Closed wstucker closed 2 years ago

wstucker commented 2 years ago

This option is intended to be used by the simulation launching tool to be able to set timeouts on a per test basis.

The choice to set the value in minutes is because seconds is too granular for this option. Most tests will be on the order of minutes to hours magnitude. I would have preferred to keep this in hours, but bazel does not a have a float attribute: https://docs.bazel.build/versions/main/skylark/lib/attr.html