You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I design 3 modules: TestA, TestB, and TestC.
Test B and TestC are mif.
3 level hierarchy architecture: TestA is the top module, TestB is TestA’s child module, TestC is TestB’s child module.
TestB is instantiated as a mif array in TestA, TestC is instantiated as a mif array in TestB.
It will cause ICSC tool error: ScTool internal fatal error : No record in getBaseClass()
But when not instantiate TestC (or TestC is not a mif array), it means not have multiple level mif array, it will be correct.
Is it a bug of ICSC tool? How can I avoid it? Thanks very much.
The text was updated successfully, but these errors were encountered:
I design 3 modules: TestA, TestB, and TestC.
Test B and TestC are mif.
3 level hierarchy architecture: TestA is the top module, TestB is TestA’s child module, TestC is TestB’s child module.
TestB is instantiated as a mif array in TestA, TestC is instantiated as a mif array in TestB.
It will cause ICSC tool error: ScTool internal fatal error : No record in getBaseClass()
But when not instantiate TestC (or TestC is not a mif array), it means not have multiple level mif array, it will be correct.
Is it a bug of ICSC tool? How can I avoid it? Thanks very much.
The text was updated successfully, but these errors were encountered: