We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4e7aa commit b1bc55aCopy full SHA for b1bc55a
flow/Makefile
@@ -262,7 +262,7 @@ YOSYS_FLAGS += -v 3
262
263
#-------------------------------------------------------------------------------
264
# setup all commands used within this flow
265
-export TIME_BIN ?= /usr/bin/time
+export TIME_BIN ?= env time
266
TIME_CMD = $(TIME_BIN) -f 'Elapsed time: %E[h:]min:sec. CPU time: user %U sys %S (%P). Peak memory: %MKB.'
267
TIME_TEST = $(shell $(TIME_CMD) echo foo 2>/dev/null)
268
ifeq (,$(strip $(TIME_TEST)))
0 commit comments