[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #363

verilated.h is missing the declaration of VL_FCLOSE_I

Added by Liviu Morogan almost 2 years ago. Updated almost 2 years ago.

Status:Closed Start date:07/05/2011
Priority:Normal Due date:
Assignee:Wilson Snyder % Done:

0%

Category:Configure/Make/Compiling
Target version:-

Description

After upgrading to the latest Verilator (commit:69666063), the build of my project failed with the following errors:
Vsys_top_sys_top.cpp: In static member function ‘static void Vsys_top_sys_top::_initial__TOP__v(Vsys_top__Syms*)’:
Vsys_top_sys_top.cpp:406:54: error: ‘VL_FCLOSE_I’ was not declared in this scope
Vsys_top_sys_top.cpp:429:54: error: ‘VL_FCLOSE_I’ was not declared in this scope
..... more errors like the ones above ....
Everything was fine after adding this line inside 'include/verilated.h':
extern void VL_FCLOSE_I(IData fdi);

History

Updated by Wilson Snyder almost 2 years ago

  • Category set to Configure/Make/Compiling
  • Status changed from New to Closed
  • Assignee set to Wilson Snyder

Sorry about that, missed a few others too & fixed the test.

Updated by Liviu Morogan almost 2 years ago

This is just to confirm that the issue is resolved. Thanks for the quick response.

Also available in: Atom