Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM_PARALLEL_BUILDS incompatibility between 3.866 and 3.868 #870

Closed
veripoolbot opened this issue Jan 16, 2015 · 2 comments
Closed

VM_PARALLEL_BUILDS incompatibility between 3.866 and 3.868 #870

veripoolbot opened this issue Jan 16, 2015 · 2 comments
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Hiroki Honda
Original Redmine Issue: 870 from https://www.veripool.org
Original Date: 2015-01-16
Original Assignee: Wilson Snyder (@wsnyder)


I have noticed that Verilater 3.868 changed the effect of VM_PARALLEL_BUILDS.

Please check include/verilated.mk.in:

ifneq ($(VM_PARALLEL_BUILDS),0)    <-- 1 in 3.866, 0 in 3.868
  # Fast building, all .cpp's in one fell swoop
  VK_OBJS += $(VM_PREFIX)__ALLcls.o   $(VM_PREFIX)__ALLsup.o
else
  #Slow way of building... Each .cpp file by itself
  VK_OBJS += $(addsuffix .o, $(VM_CLASSES) $(VM_SUPPORT))
endif

Is this an intended change?

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-01-17T18:32:37Z


Sorry about that, fixed in git.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-02-13T01:41:01Z


In 3.870.

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants