mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
Cast as scope always under topscopes - no func change
git-svn-id: file://localhost/svn/verilator/trunk/verilator@765 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ private:
|
||||
m_graph.clear();
|
||||
m_activep = NULL;
|
||||
m_topScopep = nodep;
|
||||
m_scopetopp = nodep->scopep()->castScope();
|
||||
m_scopetopp = nodep->scopep();
|
||||
// Find sentree's
|
||||
m_finder.main(m_topScopep);
|
||||
// ProcessDomainsIterate will use these when it needs to move
|
||||
|
||||
Reference in New Issue
Block a user