> btw, the error i get :
> "Number of positional association elements (1) exceeds number of
> formals (0)."
>
That gives the clue, looking at your interface definition:
interface intf_c;
logic [3:0] x;
endinterface
It has no "formals", but during bind you have:
> > bind block_sv.block_a.subblock_b intf_c
> > intf_c_inst(.x(internal_reg_ofsubblock_b)); // binding statement
^^^^^^^^
HTH
Ajeetha, CVC
www.noveldv.com
On Feb 5, 2008 9:36 PM, TheFatMan <bshem...@gmail.com> wrote:
>
> btw, the error i get :
> "Number of positional association elements (1) exceeds number of
> formals (0)."
>
>
--
Ajeetha Kumari
* A Pragmatic Approach to VMM Adoption
* SystemVerilog Assertions Handbook
* Using PSL/SUGAR
Design Verification Consultant,
Contemporary Verification Consultants Private Limited,
Bangalore, India, http://www.noveldv.com