[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
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Papers

Issue #218

pure virtual indentation

Added by Wilson Snyder about 2 years ago. Updated almost 2 years ago.

Status:Closed Start date:02/19/2010
Priority:Normal Due date:
Assignee:Michael McNamara % Done:

100%

Category:Indents
Target version:-

Description

pure virtual functions indent wrong, because they don't have endfunctions (yuk, I know).

// pure virtual functions have no endfunction.
virtual class pure_virt_func_class;
   pure virtual function string pure_virt_func();
      pure virtual function string pure_virt_func();
         pure virtual function string pure_virt_func();
         endclass

History

Updated by Michael McNamara about 2 years ago

  • Status changed from New to Assigned
  • % Done changed from 0 to 20

It seems this is IEEE 1800-2009 syntax? I am getting a copy of the manual...

Updated by Michael McNamara almost 2 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 20 to 100

Fixed with version 621

Also available in: Atom