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
Fix 'dependency checking of directories is unsound' warning #326
Addresses the following warning whenever building Verilator.
WARNING: /home/user/.cache/bazel/_bazel_user/52140892d57e43aa70ce978171477bb4/external/verilator/BUILD.bazel:185:19: input 'data' to @@verilator//:verilator_bison is a directory; dependency checking of directories is unsound
Addresses the following warning whenever building Verilator.