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
exec_tools
is not an attribute of genrule. It should instead be replaced bytools
.