Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makefile: improve logging, include name of stage as well as which script is running #1929

Conversation

oharboe
Copy link
Collaborator

@oharboe oharboe commented Apr 11, 2024

This reminder is useful to find files, or e.g. rerun a stage make do-2_6_floorplan_pdn

After:

Running 2_6_floorplan_pdn pdn.tcl

Before

Running pdn.tcl

…ipt is running

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
@oharboe oharboe requested a review from maliberty April 11, 2024 06:45
@maliberty
Copy link
Member

How about either of

Running pdn.tcl -> 2_6_floorplan_pdn 
Running pdn.tcl to produce 2_6_floorplan_pdn 

the stage filename stems and which outputs are produced
is somewhat idiosyncratic and in some places inconsistent
and ambigious(such as finish/final).

Therefore simply log "Running pdn.tcl, stage 2_floorplan_pdn".

This is accurate and precise as far as we can be and remains
accurate if filename stems and inputs/outputs are made
more consistent in the future.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
@oharboe
Copy link
Collaborator Author

oharboe commented Apr 11, 2024

How about either of

Running pdn.tcl -> 2_6_floorplan_pdn 
Running pdn.tcl to produce 2_6_floorplan_pdn 

Fixed.

@maliberty maliberty merged commit fa65097 into The-OpenROAD-Project:master Apr 11, 2024
6 of 8 checks passed
@oharboe oharboe deleted the makefile-improved-logging branch April 23, 2024 14:41
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.

None yet

2 participants