hi all, I'm trying to plot some internal signals in a dspf netlist. ===== =============== problem definition ==================== For example, here is the hierarchy of my testbech, in which instance "Idut" is using "schematic" view while instance "Idspf" is referring to a dspf netlist. XIA & XIB are two sub-modules included in the dspf netlist. and we would like to capture these internal signals: [1] testbench.Idut.Idspf.XIA.aaa --> (the voltage at node "aaa") [2] testbench.Idut.Idspf.XIB --> (all the voltages in module"XIB") [3] testbench.Idut.Idspf --> (all the voltages in instance "Idspf" but at level 1) then, any suggestions to save/plot these signals in these 3 ways: (1) "save ??????" (2) "probe ??????" (3) ADE Explorer (Maestro)
↧