littlebu
Member level 1
- Joined
- May 19, 2007
- Messages
- 33
- Helped
- 4
- Reputation
- 8
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,453
Code Verilog - [expand] 1 2 interface_instantiation ::= interface_identifier [ parameter_value_assignment ] module_instance { , module_instance } ;
above is interface instantiation syntax, seems multi interfaces (like an interface array) cannot be clarified together, is that ture?
what im looking for is:
Code Verilog - [expand] 1 axi_interface #(d_w(32)) [nr_of_ports-1:0] my_interface;
is that possible?
Thanks
Last edited by a moderator: