Skip to content

Commit d364d34

Browse files
committed
1 parent 1601689 commit d364d34

File tree

12 files changed

+872
-0
lines changed

12 files changed

+872
-0
lines changed

modules/nextpnr/0.9/MODULE.bazel

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
"""https://github.com/YosysHQ/nextpnr"""
2+
3+
module(
4+
name = "nextpnr",
5+
version = "0.9",
6+
bazel_compatibility = [">=7.2.1"],
7+
)
8+
9+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
10+
bazel_dep(name = "platforms", version = "1.0.0")
11+
bazel_dep(name = "rules_cc", version = "0.2.4")
12+
bazel_dep(name = "rules_python", version = "1.5.1")
13+
bazel_dep(name = "rules_rust", version = "0.67.0")
14+
bazel_dep(name = "eigen", version = "3.4.1")
15+
bazel_dep(name = "prjtrellis", version = "1.4")
16+
bazel_dep(name = "boost.filesystem", version = "1.88.0.bcr.2")
17+
bazel_dep(name = "boost.iostreams", version = "1.88.0.bcr.2")
18+
bazel_dep(name = "boost.program_options", version = "1.88.0.bcr.2")
19+
bazel_dep(name = "boost.system", version = "1.88.0.bcr.2")
20+
bazel_dep(name = "boost.thread", version = "1.88.0.bcr.2")
21+
bazel_dep(name = "pybind11_bazel", version = "3.0.0")

0 commit comments

Comments
 (0)