| """https://ghdl.github.io/ghdl/""" | |
| module( | |
| name = "ghdl", | |
| version = "6.0.0", | |
| bazel_compatibility = [">=7.2.1"], | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "bazel_skylib", version = "1.8.2") | |
| bazel_dep(name = "llvm-project", version = "17.0.3.bcr.5") | |
| bazel_dep(name = "platforms", version = "1.0.0") | |
| bazel_dep(name = "rules_ada", version = "0.1.0") | |
| bazel_dep(name = "rules_cc", version = "0.2.17") | |
| bazel_dep(name = "zlib", version = "1.3") |