From a36b7afba58f454b33c117f519ca833485f048e1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 17 Jan 2015 13:31:27 -0500 Subject: [PATCH] Fix VM_PARALLEL_BUILDS broke in 3.868, bug870. --- Changes | 2 ++ include/verilated.mk.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a34931b49..ea3ff5b84 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,8 @@ indicates the contributor was also the author of the fix; Thanks! **** Fix $sccanf from string, bug866. [David Pierce] +**** Fix VM_PARALLEL_BUILDS broke in 3.868, bug870. [Hiroki Honda] + * Verilator 3.868 2014-12-20 diff --git a/include/verilated.mk.in b/include/verilated.mk.in index 44e386220..39a2804a2 100644 --- a/include/verilated.mk.in +++ b/include/verilated.mk.in @@ -153,7 +153,7 @@ VK_USER_OBJS = $(addsuffix .o, $(VM_USER_CLASSES)) VK_GLOBAL_OBJS = $(addsuffix .o, $(VM_GLOBAL_FAST) $(VM_GLOBAL_SLOW)) -ifneq ($(VM_PARALLEL_BUILDS),0) +ifneq ($(VM_PARALLEL_BUILDS),1) # Fast building, all .cpp's in one fell swoop # This saves about 5 sec per module, but can be slower if only a little changes VK_OBJS += $(VM_PREFIX)__ALLcls.o $(VM_PREFIX)__ALLsup.o