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
120 stars 45 forks source link

Rename `exec_tools` attributes to `tools` for genrules #289

Closed abrisco closed 9 months ago

abrisco commented 9 months ago

exec_tools is not an attribute of genrule. It should instead be replaced by tools.

QuantamHD commented 9 months ago

/gcbrun