~ubuntu-branches/ubuntu/saucy/verilator/saucy-proposed

« back to all changes in this revision

Viewing changes to src/V3LangCode.h

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-02-10 17:14:43 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20130210171443-58ibaqe3eq5uitns
Tags: 3.845-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        return names[m_e];
58
58
    };
59
59
    static V3LangCode mostRecent() { return V3LangCode(L1800_2009); }
 
60
    bool systemVerilog() const { return m_e == L1800_2005 || m_e == L1800_2009; }
60
61
    bool legal() const { return m_e != L_ERROR; }
61
62
    //
62
63
    enum en m_e;