mirror of
https://github.com/verilator/verilator.git
synced 2025-01-15 11:04:14 +00:00
Apply 'make format'
This commit is contained in:
parent
09f3f40462
commit
aca9fd3bed
17
src/V3Ast.h
17
src/V3Ast.h
@ -310,20 +310,9 @@ public:
|
|||||||
return VEdgeType::ET_ILLEGAL;
|
return VEdgeType::ET_ILLEGAL;
|
||||||
}
|
}
|
||||||
const char* ascii() const {
|
const char* ascii() const {
|
||||||
static const char* const names[] = {"%E-edge",
|
static const char* const names[]
|
||||||
"CHANGED",
|
= {"%E-edge", "CHANGED", "BOTH", "POS", "NEG", "EVENT", "DPIEXPORT",
|
||||||
"BOTH",
|
"TRUE", "COMBO", "HYBRID", "STATIC", "INITIAL", "FINAL", "NEVER"};
|
||||||
"POS",
|
|
||||||
"NEG",
|
|
||||||
"EVENT",
|
|
||||||
"DPIEXPORT",
|
|
||||||
"TRUE",
|
|
||||||
"COMBO",
|
|
||||||
"HYBRID",
|
|
||||||
"STATIC",
|
|
||||||
"INITIAL",
|
|
||||||
"FINAL",
|
|
||||||
"NEVER"};
|
|
||||||
return names[m_e];
|
return names[m_e];
|
||||||
}
|
}
|
||||||
const char* verilogKwd() const {
|
const char* verilogKwd() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user