Apply 'make format' [ci skip]
This commit is contained in:
parent
8f8b5ade55
commit
a799fedea6
|
|
@ -298,10 +298,9 @@ public:
|
|||
|| m_e == BLKSEQ || m_e == DECLFILENAME || m_e == DEFPARAM || m_e == EOFNEWLINE
|
||||
|| m_e == GENUNNAMED || m_e == IMPORTSTAR || m_e == INCABSPATH
|
||||
|| m_e == MULTIDRIVENPROC || m_e == PINCONNECTEMPTY || m_e == PINNOCONNECT
|
||||
|| m_e == PROCASSINIT
|
||||
|| m_e == SYNCASYNCNET || m_e == UNDRIVEN || m_e == UNUSEDGENVAR
|
||||
|| m_e == UNUSEDLOOP || m_e == UNUSEDPARAM || m_e == UNUSEDSIGNAL
|
||||
|| m_e == VARHIDDEN);
|
||||
|| m_e == PROCASSINIT || m_e == SYNCASYNCNET || m_e == UNDRIVEN
|
||||
|| m_e == UNUSEDGENVAR || m_e == UNUSEDLOOP || m_e == UNUSEDPARAM
|
||||
|| m_e == UNUSEDSIGNAL || m_e == VARHIDDEN);
|
||||
}
|
||||
bool isNamed() const { return m_e >= EC_FIRST_NAMED; }
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ test.scenarios('linter')
|
|||
# instead, confirming MULTIDRIVENPROC is suppressed there.
|
||||
# -Wno-MULTITOP: both modules are top-level here on purpose (two independent
|
||||
# demonstrations), so silence the unrelated multiple-top-module warning.
|
||||
test.lint(fails=True, verilator_flags2=['-Wwarn-MULTIDRIVENPROC', '-Wno-MULTITOP'],
|
||||
test.lint(fails=True,
|
||||
verilator_flags2=['-Wwarn-MULTIDRIVENPROC', '-Wno-MULTITOP'],
|
||||
expect_filename=test.golden_filename)
|
||||
|
||||
test.extract(in_filename=test.top_filename,
|
||||
|
|
|
|||
Loading…
Reference in New Issue