Skip to content

Commit 8fb61c6

Browse files
committed
make: issue, fix regression
with bazel-orfs, I make issues for a specific stage at which point there's no dependency on yosys or openroad, so checking if yosys exists for a make io_placement_issue fails Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a037c3d commit 8fb61c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $(foreach block,$(BLOCKS),$(eval $(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKN
182182
# Utility to print tool version information
183183
#-------------------------------------------------------------------------------
184184
.PHONY: versions.txt
185-
versions.txt: check-yosys check-openroad
185+
versions.txt:
186186
mkdir -p $(OBJECTS_DIR)
187187
@echo "yosys $(shell $(YOSYS_EXE) -V 2>&1)" > $(OBJECTS_DIR)/$@
188188
@echo "openroad $(shell $(OPENROAD_EXE) -version 2>&1)" >> $(OBJECTS_DIR)/$@

0 commit comments

Comments
 (0)