From 3d3e17b117c45ae1fc5f4f3b8a5271ee88069e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 3 Jan 2025 07:38:52 +0100 Subject: [PATCH 1/3] orfs: bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- MODULE.bazel | 4 ++-- MODULE.bazel.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4a92cd1..60b3c5e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,9 +8,9 @@ orfs = use_extension("//:extension.bzl", "orfs_repositories") orfs.default( # a local only or remote docker image. Local docker images do not # have a sha256. - image = "docker.io/openroad/orfs:v3.0-1755-g18371323", + image = "docker.io/openroad/orfs:v3.0-1985-gf6274eee", # Comment out line below for local only docker images - sha256 = "43ce53d1eed2f75857532e1d066eb9d5f78d7cb9bd89646429f3f6dc33aee7b7", + sha256 = "9c7b880d2148d6744280e36f492e2b3539dbb3301b71314d0772cdf85bb59bb4", ) use_repo(orfs, "com_github_nixos_patchelf_download") use_repo(orfs, "docker_orfs") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 988859b..0edec10 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -66,7 +66,7 @@ "//:extension.bzl%orfs_repositories": { "general": { "bzlTransitiveDigest": "vmcGR7h5VgEPebKSKqrF0UgcqrgFTr0lE5jdk/LXXdg=", - "usagesDigest": "KR/PI1Hud+bDoLsV1X7SwvMndEXB7Fa91IIJyIQVwSY=", + "usagesDigest": "qF+eVwW5kvHVdV4LpXGiXJ91BC2p4FyUIxR/hEmhlNQ=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -86,8 +86,8 @@ "bzlFile": "@@//:docker.bzl", "ruleClassName": "docker_pkg", "attributes": { - "image": "docker.io/openroad/orfs:v3.0-1755-g18371323", - "sha256": "43ce53d1eed2f75857532e1d066eb9d5f78d7cb9bd89646429f3f6dc33aee7b7", + "image": "docker.io/openroad/orfs:v3.0-1985-gf6274eee", + "sha256": "9c7b880d2148d6744280e36f492e2b3539dbb3301b71314d0772cdf85bb59bb4", "build_file": "@@//:docker.BUILD.bazel", "timeout": 3600, "patch_cmds": [ From 23d06787df89fa25ca5f23a4b3c592a4ba20432f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 3 Jan 2025 11:22:15 +0100 Subject: [PATCH 2/3] orfs: update to new report_cell_usage syntax, use tee MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- sweep-wns.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweep-wns.tcl b/sweep-wns.tcl index 632c6bf..f567fae 100644 --- a/sweep-wns.tcl +++ b/sweep-wns.tcl @@ -11,4 +11,4 @@ set f [open $::env(OUTPUT) w] puts $f "slack: $slack" close $f report_tns >> $::env(OUTPUT) -report_cell_usage >> $::env(OUTPUT) +tee -file $::env(OUTPUT) -append report_cell_usage From 8853936d51ac4870bdaf1bae9a5a5453673878d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 3 Jan 2025 11:32:16 +0100 Subject: [PATCH 3/3] test: update mock area reference sizes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- check_mock_area.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_mock_area.tcl b/check_mock_area.tcl index 0968e3a..34a4599 100644 --- a/check_mock_area.tcl +++ b/check_mock_area.tcl @@ -18,7 +18,7 @@ proc expect {value a b} { exit 1 } } -expect Width $width 20.366 -expect Height $height 39.133 +expect Width $width 20.364 +expect Height $height 39.128 exec touch $::env(WORK_HOME)/area_ok.txt