Fix scope map for multiple construction (#2710)

This commit is contained in:
Todd Strader
2020-12-17 12:21:40 -05:00
committed by GitHub
parent c18cbca813
commit a88965a124
5 changed files with 59 additions and 29 deletions
+4
View File
@@ -2787,6 +2787,10 @@ void VerilatedHierarchy::add(VerilatedScope* fromp, VerilatedScope* top) {
VerilatedImp::hierarchyAdd(fromp, top);
}
void VerilatedHierarchy::remove(VerilatedScope* fromp, VerilatedScope* top) {
VerilatedImp::hierarchyRemove(fromp, top);
}
//===========================================================================
// VerilatedOneThreaded:: Methods