Skip to content

Commit

Permalink
gui: add _grt_gui target
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed May 10, 2024
1 parent 884936c commit 227ab83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ CLI and GUI is not available for all stages, consequently these targets are crea
* synthesis
* floorplan
* place
* clock tree synthesis
* cts (clock tree synthesis)
* grt (global route)
* route
* final
Expand Down
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def build_openroad(
)

# Prepare GUI targets
if stage in ("synth", "floorplan", "place", "cts", "route", "final"):
if stage in ("synth", "floorplan", "place", "cts", "grt", "route", "final"):
base_targets = [target_name + "_" + stage]
if stage == "synth":
write_stage_config(
Expand Down

0 comments on commit 227ab83

Please sign in to comment.