Skip to content

Commit 38f93c6

Browse files
authored
Merge pull request #3104 from Pinata-Consulting/gcd-rules-json
bazel-orfs: gcd rules json
2 parents 7e8eb34 + ef4ccc8 commit 38f93c6

File tree

4 files changed

+28
-54
lines changed

4 files changed

+28
-54
lines changed

flow/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bazel_dep(name = "bazel-orfs")
1111
# To bump version, run: bazelisk run @bazel-orfs//:bump
1212
git_override(
1313
module_name = "bazel-orfs",
14-
commit = "9b00feceb3f2d695787c45708131a5e39e30d08e",
14+
commit = "126765508161956f8f82ae169084da0235230637",
1515
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
1616
)
1717

@@ -61,7 +61,7 @@ orfs.default(
6161
# and update "image" to point to the local image.
6262

6363
# Official image https://hub.docker.com/r/openroad/orfs/tags
64-
image = "docker.io/openroad/orfs:v3.0-2784-g6bb4f353",
64+
image = "docker.io/openroad/orfs:v3.0-2883-ge22e4fc7",
6565
# Use local files instead of docker image
6666
makefile = "//:makefile",
6767
makefile_yosys = "//:makefile_yosys",
@@ -79,7 +79,7 @@ orfs.default(
7979
# bazelisk build -c opt :openroad
8080
openroad = "//test:openroad",
8181
pdk = "//:asap7",
82-
sha256 = "67535c7e4a1bdf6adc98eebc3a17988c80674760293887447e750dd526fe6427",
82+
sha256 = "6ad0b1b7fbf290f33f0050ead4da181c83c6e8a9337b65f5f9cff65d67788424",
8383
)
8484
use_repo(orfs, "com_github_nixos_patchelf_download")
8585
use_repo(orfs, "docker_orfs")

flow/MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flow/designs/asap7/gcd/BUILD

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
load("@bazel-orfs//:openroad.bzl", "orfs_flow")
2+
3+
orfs_flow(
4+
name = "gcd",
5+
arguments = {
6+
# Faster builds
7+
"SKIP_INCREMENTAL_REPAIR": "1",
8+
"GPL_TIMING_DRIVEN": "0",
9+
"SKIP_LAST_GASP": "1",
10+
# Various
11+
"DIE_AREA": "0 0 16.2 16.2",
12+
"CORE_AREA": "1.08 1.08 15.12 15.12",
13+
"PLACE_DENSITY": "0.35",
14+
},
15+
sources = {
16+
"RULES_JSON": [":rules-base.json"],
17+
"SDC_FILE": [":constraint.sdc"],
18+
},
19+
verilog_files = ["//designs/src/gcd:verilog"],
20+
tags = ["manual"],
21+
)

flow/designs/asap7/gcd/BUILD.bazel

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)