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
Replace Verilator repository rule with simple http_archive #293
This way users can more comfortably override the @verilator repository to apply custom patches without needing to re-implement how to compile Verilator.
This way users can more comfortably override the
@verilator
repository to apply custom patches without needing to re-implement how to compile Verilator.