mirror of https://github.com/YosysHQ/icestorm.git
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
module(
|
|
name = "icestorm",
|
|
version = "0.0.0-20251213"
|
|
)
|
|
|
|
bazel_dep(name = "rules_python", version = "1.4.0")
|
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
|
bazel_dep(name = "abseil-cpp", version = "20250127.1")
|
|
|
|
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
|
|
python.toolchain(
|
|
python_version = "3.13",
|
|
)
|