Skip to content

Commit f32c20c

Browse files
committed
BoomTile: retime
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 2dda552 commit f32c20c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ orfs_sweep(
454454
"description": "Flattend, timing driven placement",
455455
"arguments": {
456456
"SYNTH_HIERARCHICAL": "0",
457+
"SYNTH_RETIME_MODULES": "BoomTile",
457458
"GPL_TIMING_DRIVEN": "1",
458459
"SKIP_CTS_REPAIR_TIMING": "0",
459460
"SKIP_LAST_GASP": "0",

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python.toolchain(
3131
bazel_dep(name = "bazel-orfs")
3232
git_override(
3333
module_name = "bazel-orfs",
34-
commit = "f8e4ced47dc2c9d15aea97d734eba55a50f35666",
34+
commit = "b54209c050c1844daede6bb16d7ad0d681da687f",
3535
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
3636
)
3737

@@ -51,8 +51,8 @@ git_override(
5151

5252
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
5353
orfs.default(
54-
image = "docker.io/openroad/orfs:v3.0-3447-gd46660a2",
55-
sha256 = "c73abb7c34e196a12f0196681af949e6379096d4da90a7df9b260f2f17a9ee00",
54+
image = "docker.io/openroad/orfs:v3.0-3576-g3ede9e43",
55+
sha256 = "97ef6a71516845cf1b11b40a73ab5bb96d62e2f2a1bb978c76a4f70c38ff92f2",
5656
)
5757
use_repo(orfs, "com_github_nixos_patchelf_download")
5858
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)