hdl / bazel_rules_hdl

Hardware Description Language (Verilog, VHDL, Chisel, nMigen, etc) with open tools (Yosys, Verilator, OpenROAD, etc) rules for Bazel (https://bazel.build)
Apache License 2.0
119 stars 44 forks source link

Use fewer threads when running openroad. #366

Open grebe opened 2 weeks ago

grebe commented 2 weeks ago

Don't overwhelm remote executors (which may be running multiple actions) with too many threads. Just use one unless the job is required to be run locally, in which case we expect an action will often have the entire system to itself.

mikesinouye commented 2 weeks ago

/gcbrun