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

Enable all buildifier warnings and apply fixes #300

Closed abrisco closed 8 months ago

QuantamHD commented 8 months ago

Build buddy seems to suggest some of the vivado stuff got messed up https://app.buildbuddy.io/invocation/7d719ec4-e3bb-11ee-915d-0242c0a80a02

abrisco commented 8 months ago

Build buddy seems to suggest some of the vivado stuff got messed up https://app.buildbuddy.io/invocation/7d719ec4-e3bb-11ee-915d-0242c0a80a02

rules_cc was on an older version that was missing the CcInfo symbol. This has been fixed!