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

issues with latest Verilator #852

Closed
veripoolbot opened this issue Nov 28, 2014 · 2 comments
Closed

issues with latest Verilator #852

veripoolbot opened this issue Nov 28, 2014 · 2 comments
Labels
resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Jie Xu (@jiexu)
Original Redmine Issue: 852 from https://www.veripool.org
Original Date: 2014-11-28


  • Can't locate object method "autoflush" via package "IO::Handle"

we are using a quite old perl 5.10.1 which reports this error when using Verilator. Can be solved by re-introducing the @use IO::File@

  • after building Verilator with VERILATOR_ROOT=pwd, the @make test@ failed with "Vtop.cpp:92:1: error: 'VL_INLINE_OPT' does not name a type"
@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2014-11-28T12:59:46Z


Fixed IO::File, sorry wouldn't have removed it if realized that.

VL_INLINE_OPT is defined in verilatedos.h. Every file should be including that. Maybe you need a "make clean" and to check if your VERILATOR_ROOT was misset when you ran ./configure

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Jie Xu (@jiexu)
Original Date: 2014-11-28T13:37:35Z


the second problem is invalid as you said. After make clean, it works.

@veripoolbot veripoolbot added the resolution: fixed Closed; fixed label Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

1 participant