Hi, all!
Using static analysis methods deadcode was found in ct_mmu_jtlb.v rtl model file.
here is local wire which assigned to false and never redefined or passed into any instance as output. But it checked in some if conditions (for example here) which is always false due to it.
Is this a bug or was it done this way on purpose?
Hi, all!
Using static analysis methods deadcode was found in ct_mmu_jtlb.v
rtlmodel file.here is local
wirewhich assigned tofalseand never redefined or passed into any instance asoutput. But it checked in someifconditions (for example here) which is alwaysfalsedue to it.Is this a bug or was it done this way on purpose?