3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

docs: gvpack on macos requires the file name to appear after the flags

This commit is contained in:
Emily (aiju) 2024-08-22 11:54:20 +01:00 committed by GitHub
parent 27b51cb351
commit c14249947d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ dots: $(DOTS)
$(YOSYS) $<
%.dot: %_full.dot
gvpack -u $*_full.dot -o $@
gvpack -u -o $@ $*_full.dot
.PHONY: clean
clean: