Skip to content

Use Tcl_Size for all tcl functions returning sizes.#323

Closed
hzeller wants to merge 2 commits intoThe-OpenROAD-Project:masterfrom
hzeller:feature-20260328-tcl-size
Closed

Use Tcl_Size for all tcl functions returning sizes.#323
hzeller wants to merge 2 commits intoThe-OpenROAD-Project:masterfrom
hzeller:feature-20260328-tcl-size

Conversation

@hzeller
Copy link
Copy Markdown
Contributor

@hzeller hzeller commented Mar 28, 2026

This is the correct type and starting with Tcl9 it will actually result in compile errors if not used.

@hzeller
Copy link
Copy Markdown
Contributor Author

hzeller commented Mar 28, 2026

I don't know where the CI is failing

This is the correct type and starting with Tcl9 it will
actually result in compile errors if not used.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
@hzeller hzeller force-pushed the feature-20260328-tcl-size branch from d9349a2 to 5fb3c28 Compare March 31, 2026 06:54
In modern tcl, `trace variable` is now `trace add variable`,
and `"rw"` is spelled out as `{read write}`
There were backwards compatible forms in Tcl 8.x but got
removed in Tcl 9.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
@hzeller hzeller force-pushed the feature-20260328-tcl-size branch from 5fb3c28 to 66ee2e2 Compare March 31, 2026 07:16
@hzeller
Copy link
Copy Markdown
Contributor Author

hzeller commented Mar 31, 2026

The CI seems to be failing due to some docker container not loading ? @maliberty do you see what is going on ?

07:21:24  + docker pull us-docker.pkg.dev/foss-fpga-tools-ext-openroad/openroad/or-sta-ci:66ee2e2c
1
07:21:24  Error response from daemon: failed to resolve reference "us-docker.pkg.dev/foss-fpga-tools-ext-openroad/openroad/or-sta-ci:66ee2e2c": us-docker.pkg.dev/foss-fpga-tools-ext-openroad/openroad/or-sta-ci:66ee2e2c: not found
2
script returned exit code 1

Also, is this PR something for here, or should I send an upstream PR to parallaxsw ?

@maliberty
Copy link
Copy Markdown
Member

relaunched

@hzeller hzeller marked this pull request as draft April 1, 2026 12:20
@hzeller
Copy link
Copy Markdown
Contributor Author

hzeller commented Apr 1, 2026

Converting to draft for now: let me first try to get it into upstream parallax as it will help avoid merge conflicts in the future.

@hzeller
Copy link
Copy Markdown
Contributor Author

hzeller commented Apr 5, 2026

Closing. Landed this upstream parallaxsw/OpenSTA#414

@hzeller hzeller closed this Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants