mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Show file and line info when possible on internal graph errors.
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
bool isDelete() const { return m_deleted; }
|
||||
virtual string name() const { return m_origVertexp->name(); }
|
||||
virtual string dotColor() const { return m_origVertexp->dotColor(); }
|
||||
virtual FileLine* fileline() const { return m_origVertexp->fileline(); }
|
||||
};
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user