Skip to content

Commit ee80773

Browse files
committed
make: versions.txt add a check for valid yosys/openroad
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9663a8e commit ee80773

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:
185+
versions.txt: check-yosys check-openroad
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)