i am trying to do the following : unit parent { sons: list of sons is instance; grands: list of grands is instance;
i am trying to write a macro (not computed) that define instances with a loop , for example if it was a computed macro it would have been :
For example, m开发者_开发技巧odule MM; MM mm[128](); I want to get mm[i].signle1,i from 0 to 120.
i\'m new to specman. how do i use the output_fro开发者_JAVA技巧m() function. and what does it do?6.1.1 docs say:
Similar to this post http://feedproxy.google.com/~r/cadence/community/blogs/fv/~3/IvdCIla8_Es/extending-multiple-when-subtypes-simultaneously.aspx
Is there any way to get the stack trace in Specman?I patched the functions that force signals to tell me when signals are forced.I want to b开发者_高级运维e able to tell where the forcing originated.p